• Resolved daniho

    (@daniho)


    Hello,

    For my website I would like to have some pages full width and no sidebar. I created a new page template for a full width page and removed the sidebar (<?php get_sidebar() ?>). The widgets disappeared but the page itself is still not full width. I think I need to change the width of the text area in the content section of the Style CSS, but I don’t know exactly where I can make this change. Could you help me explaining where I can make this change and what I need to change? I hope it is possible to make no sidebar full width pages with this beautiful web design. Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey there daniho,

    How are you doing today?

    This is indeed possible with some custom CSS. You can try adding the following CSS code to your theme custom CSS tab which is located in Appearance >> Theme Options >> Styling Options >> Custom CSS:

    #primary .col-md-8 {
    width: 100%;
    }

    This will increase the content area to 100% on all pages so you’ll have to make sure to add selector for that template before “#primary”. If you’re unsure how to do that could you please post link to the page where you’re using this template so I can take a look?

    Hope this helps 🙂

    Best regards,
    Bojan

    Thread Starter daniho

    (@daniho)

    Thank you, Boyan for your quick reply and for your helpful advice. I made it to change those particular sites to full width by adding your code and the page selectors. It looks great now!
    Have a good day!

    Glad I could help 🙂

    Have a great one yourself!

    Cheers,
    Bojan

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Fullwidth page with no sidebar’ is closed to new replies.