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 #2954940
Where to find Container Width in Customizer
Closed

Comments

  • La-Ness started the conversation

    Hello,

    could you please let me know where I can find the container width for boxed content in the Soledad customizer? 

    Many thanks!

  •  2,492
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .wrapper-boxed.enable-boxed {
        max-width: 1400px;
    }

    Change 1440px with the width you want to display.

    Regards,
    PenciDesign.



  • La-Ness replied

    So the default width of the boxed content of the theme is 1440px right?

  •  2,492
    PenciDesign replied

    Hi,

    No. The default width is 1230px.

    Regards,
    PenciDesign.