Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1628759
body width
Closed

Comments

  • sonorita started the conversation

    How can I change the container width for a page that has a sidebar? Or is there another way I can add some space between the sidebar and the body?

    thanks

  •  2,699
    PenciDesign replied

    Hi,

    You can add more space between the sidebar & content by add more this code to Customize > Custom CSS:

    @media only screen and (min-width: 961px){
    .container.penci_sidebar #main{ padding-right: 100px; }
    }
    

    Change number 100 to value you want.


    Best Regards,

    PenciDesign