Full Width

Support Area Forums Kerygma Full Width

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

    Love the theme! You always produce great themes my friend. Curious is there is a way to add a “full-width” template to the page attributes. Thanks for your time and keep up the great work.

    Kyle

    #19902
    Bill Robbins
    Moderator

    Hello Kyle,

    I’m glad to hear you’re enjoying the theme. Great question too. I do plan on adding in a full-width option. Until then, here’s what you can do.

    1. Install and activate a plugin called Style Buddy (http://wordpress.org/plugins/style-buddy/). This plugin allows you to add CSS that only appears on a specific page/post.
    2. Edit the page you’d like to have full-width and in the Style Buddy box ands this:
      
      #content {
      	width: 100%;
      }
      
      #sidebar {
      	display: none;
      }
      
    3. Update your page.

    That should make that page/post full width for you. If you run into any trouble, let me know.

    Thanks,
    Bill

    #19913
    Kyle Raney
    Participant

    You rock! Thanks again!

    #19914
    Bill Robbins
    Moderator

    Anytime Kyle. Have a great night.

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