Full width page

Support Area Forums Live Full width page

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question: http://
  • Author
    Posts
  • #20594

    Hi,

    Can you please tell me how to make the pages full pages instead of showing all the sidebar on the left hand side?

    I want it to be like the sample page full width page please.

    Thank you

    #20596
    Bill Robbins
    Moderator

    Good Morning Angela,

    There is a full width page template that you can use to make your pages full width. When you’re editing a page, look in the right hand column and you should see the drop-down menu for templates. From there you can choose the full-width one and update your page.

    If you absolutely want to make everything: pages, posts, blog archives and so on, full width, then you can do that globally with a bit of CSS. Here’s how:

    1. Go to the Theme Options page and select the Styling tab.
    2. Scroll down to the Custom CSS box and paste this:
      
      #content {
      	width: 100%;
      }
      
      #sidebar {
      	display: none;
      }
      
    3. Update your settings.

    If you have any questions, just let me know.

    Thanks,
    Bill

    #20637

    Hi,

    Thank you so much for your help!

    Have a good day.

    Angela

    #20642
    Bill Robbins
    Moderator

    Anytime Angela 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Full width page’ is closed to new replies.