Viewing 5 replies - 1 through 5 (of 5 total)
  • You need to change the width in the page subset at around line 270 of your style.css file in your theme directory. But without an understanding of what your trying to do with CSS your going to have problems. Please search around the net for CCS guides and how-to that may help you get started. Also look install the firebug plugin in firefox to help with find the quick tag like above.

    Hi,

    Try to add this code in either in page.php or functions.php file inside the php loop of your domain:

    $GLOBALS[‘content_width’] = 800;

    Thanks,

    Shane G.

    Thread Starter mybestfrench

    (@mybestfrench)

    @ Shane

    Thanks for your reply. I did find the “page.php” but I am not sure what the “php loop of my domain” is.

    Any advices?

    @mattrude. Thanks for the tip. I did try to look for help on WP forum. I will look around for more help. I did download the firebug plugin in firefox , I will now try to use it.

    Thread Starter mybestfrench

    (@mybestfrench)

    Hi again,

    I found this code in the style sheet:

    #page {
    background-color: white;
    margin: 0px auto;
    padding: 0;
    width: 760px;
    border: 1px solid #959596;

    Should I change the width from 760px to 800px… I notice that “760px” appears few times in the style sheet. If I change it in all places, would that work?

    Cheers!

    Most likely, but you need to play with it to find out. Just make sure you save the files in a safe place before you get to carried away.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How do I change the width of my entire site?’ is closed to new replies.