In Woo Bold News, how do I make content pages 1 full column?

  • Would someone please help? I want to Keep the home page exactly as it is. But I WOULD like to change all pages (except the homepage) just one column all the way across. No side bar. I don’t know how to do this without these changes also affecting the home page. My purpose is to display photos and video full width at 900px wide.

    So again, want to keep the sidebar on the home page, but no sidebar on any other page.

    Thanks in advance.

    The blog I need help with is: (visible only to logged in users)

  • Hi,

    This can be done with the “Custom Design” upgrade and some CSS code:
    .home #sidebar {
    display: block;
    }
    .home #main {
    width: 610px;
    }
    #main {
    width: 910px;
    }
    #sidebar {
    display: none;
    }

    Cheers!
    Danny

  • The topic ‘In Woo Bold News, how do I make content pages 1 full column?’ is closed to new replies.