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 #2233782
Custom with of the website
Closed

Comments

  • Kpkna started the conversation

    Hi, can you please tell me how to change the width of the website. By default the website has an 1170px width and i want to decrese to an 1050px.

    Thank you very much for your answer.

  •  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: 1050px; }
    }
    

    Best Regards,

    PenciDesign

  • Kpkna replied

    Thank you for your quick answer.

    So the only way is to alter the css.



  •  2,699
    PenciDesign replied

    Hi,

    You can do that in other way is use Elementor. But as I see you're using Customize to build your homepage, so I give you solution by use Custom CSSsmile.png


    Best Regards,

    PenciDesign

  • Kpkna replied

    Im not sure, but i think i saw somewhere in the theme settings a field with 1170px. Maybe in an old version of your theme...

    10x again! 

    Great job !