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 #1459544
Homepage content width
Closed

Comments

  • Kambia started the conversation

    Hi!

    I have "boxed posts style 1" on my homepage.

    I would like to reduce the width of the posts container so the margins are bigger in the end.

    Is there some customised CSS for that? (I already tried a couple of CSS, but failed)

    Thanks for your help.

  •  2,699
    PenciDesign replied

    Hi,

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

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

    Change number 1000 to value you want.


    Best Regards,

    PenciDesign

  • Kambia replied

    Thank you!

    Best regards.