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 #2765273
Increasing Padding on Left & Right With Boxed Body Layout
Closed

Comments

  • staceyriggle started the conversation

    Hello! 

    I would like to increase the padding on the left and right side of my boxed body layout. In other words, I would like to decrease the width of the white content area and make everything inside smaller and more compact. Is this possible? 

    I found the following code on other forums:


    @media only screen and (min-width: 1170px){
    .container{ width: 400px; }
    }

    This, however, only decreased the width of the actual content - while the white content area remained the same. 

  •  2,699
    PenciDesign replied

    Hi,

    Please try to add more this code to Customize > Custom CSS to do that:

    @media only screen and (min-width: 1170px){
    .container{ width: 1000px; }
    .wrapper-boxed.enable-boxed, .wrapper-boxed.enable-boxed .is-sticky #navigation{ max-width: 1060px; }
    }
    

    Change values 1000 and 1060 to value as you want.


    Best Regards,

    PenciDesign