Theme Support Forum

Support Forum for Free and Premium Themes. Premium Theme Forums are Private! Please log in first to see the Premium forums

Viewing 5 posts - 1 through 5 (of 5 total)

Remove sidebar from pages?

Home Forums Misc. General Forums Remove sidebar from pages?

  • #12179

    Matthew

    subscriber

    Hey Towfiq, is there a way to remove the sidebar from only my pages and make the pages fill the whole width?

    Thanks,

    Matt

    #15721

    Towfiq I.

    administrator

    Go to Appearance> Editor and select “page.php” from right and remove this line:

    <?php get_sidebar(); ?>

    #15722

    stephanie

    subscriber

    Hi Towfiq. I removed this line, but the pages continue to fill only two thirds of the page. I’m hoping to have all pages fill the entire width (without a sidebar option).

    Thanks,

    S

    #15723

    Towfiq I.

    administrator

    Go to Appearance> Editor and select “stylesheet” from right and add these lines to the very bottom:

    .page .single_post, .page #commentform{width:970px!important;}

    #15724

    stephanie

    subscriber

    Worked perfectly! Thank you!