• I want all my static pages to use the full width, but my blog to have a sidebar.
    I have removed get_sidebar from page.php which solved part of the problem. And then i tried extending the width by editing the css and making a change in the content section. I set width to 800 [html>body #content{width:800px;}] This sort of worked but unfortunately affected my blog page 🙁

    Am i correct in saying the right way to do this is as follows:
    1. Base all my static pages on a NEW custom template
    2. remove the get sidebar from this template
    3. incorporate a new class on the page wrapper to set the width

    If this is the case, how do i do item 3? I haven’t a clue where to start?

    site: http://66.147.242.175/~dianneh1/

  • The topic ‘setting full width for static pages, without affecting post page’ is closed to new replies.