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 #1928021
Reduce container on homepage
Closed

Comments

  • laure_b started the conversation

    Hello!

    Is there a way to reduce the width of the global container on the homepage?

    Something the same way I can select "Custom Width for Page No Sidebar with" in page options: I'd like to define a custom width for home container, and which also reduces the width of menu and footer... Is that possible somehow?

    Many thanks in advance!

  •  2,699
    PenciDesign replied

    Hi,

    Please 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 any value as you want.


    Best Regards,

    PenciDesign

  •   laure_b replied privately