Increase Width of Blog

  • Posted in : Read WP
  • oreology
    Participant

    Hi, may I know how to increase the width of the blog content? I want it to be 700px at least.

    Also, I’ve made changes to my sidebar but now the site as a whole is not in center. How do I fix this? My site is

    Cheers

    ahmetsali
    Keymaster

    Hi,

    – currently your page is centered as a whole but as your images are not wide enough they can’t fill the space, making it look like left aligned. Also your blog content width is 790px now.

    oreology
    Participant

    Is there any way I can shift it to the left? Now my sidebar goes all the way down

    ahmetsali
    Keymaster

    Hi, i can’t view your url : forbidden.

    oreology
    Participant

    Hi sorry you can view it now

    ahmetsali
    Keymaster

    Hi, still get the same error.

    ahmetsali
    Keymaster

    Hi again, this theme uses 12 columns grid, but with the custom js you have 9 + 4 column, change it to be 9+3 ;

    <script>
    jQuery(document).ready(function($) {
        $('#primary.span8').removeClass('span8').addClass('span9');
        $('#secondary.span5').removeClass('span5').addClass('span3');
    });
    </script>
    
Viewing 7 posts - 1 through 7 (of 7 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register