News & Archives to be full width

Support Area Forums Kerygma News & Archives to be full width

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question:
  • Author
    Posts
  • #28494
    gmlongjr
    Participant

    Bill, thanks for your great themes and support.
    I’m not sure how to make the News pages and the News Archives page to be full width, with no sidebar.
    I’m using style buddy, as you suggested before your release of page templates, but I’d like to be able to do this just once in the theme options custom css.
    Thanks in advance!

    #28496
    Bill Robbins
    Moderator

    Hello Gary,

    Excellent question. The blog and archives will take on the default page layout that’s set in the theme options page (on the content tab I believe).

    Another option is to make the change via CSS. Here’s how to do that:

    1. Go to your theme options page and choose the Advanced tab.
    2. Scroll down to the Custom CSS box and add this:
      
      .blog #content,
      .category #content {
      	width: 100%;
      }
      
      .blog #sidebar,
      .category #sidebar {
      	display: none;
      }
      
    3. Update your settings.

    If you have any questions or trouble, let me know.

    Have a great weekend,
    Bill

    #28500
    gmlongjr
    Participant

    Thank you!

    #28501
    Bill Robbins
    Moderator

    Anytime 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘News & Archives to be full width’ is closed to new replies.