Okay
  Public Ticket #173090
Editing Individual Blog Page Layout
Closed

Comments

  •  1
    Dennis started the conversation

    How do I edit the individual blog pages? 

    1. I would like to add a parallax image at the top of these pages. 

    2. I would like to have the content run full width on the page. It looks like the content is being restricted from the right 1/3 of the page. Is that where the side bar goes? 

    http://wp.christianlife.org/god-stories/infection-healed/

  •  1,069
    ThemeNectar replied

    Hey Dennis,

    1. This is a feature coming in the next update - please sit tight as doing this now would require custom development.

    2. Correct - since you're not using one add this into the Custom CSS box located in your Salient Options panel:

     
    #post-area {
       width: 100%!important;
       margin-right: 0!important;
       padding-right: 0!important;
    }
    

    Cheers :)