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 #2446980
Change width
Closed

Comments

  • liyan1980 started the conversation

    I want to change my website width to 1400. But I can't find the setting. Can you help? I can change the header and footer to 1400. But I can't change the homepage with right sidebar.

  •  2,699
    PenciDesign replied

    Hi,

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

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

    Best Regards,

    PenciDesign