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 #2684502
Setting the width of the complete website
Closed

Comments

  • marcustw started the conversation

    Helle there,

    I want to change the value of the width of the complete website. Where can I change this? I try a lot of custom CSS of this forum, but nothing works. The width ist still 1170px.

    How can I change this? 

  •  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; }
    }
    

    Change value 1000 to value as you want.

    Best Regards,

    PenciDesign

  • marcustw replied

    Hi.

    great. It work.