Okay
  Public Ticket #173411
Changing sidebar width
Closed

Comments

  • Brian started the conversation

    Hi, was just wondering if there's a way to change the width of the sidebars. I'd like to just gain a little more space in my post and portfolio content.

  •  8,838
    Tahir replied

    Hey Brian!

    Sure, you can Adjust the right padding to gain 20 px by altering the below css. Add this into the Custom CSS box located in your Salient Options panel to sort it:

    div#post-area {
    	padding-right: 0px;
    }
    

    Cheers


    ThemeNectar Support Team