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 #1374391
Site Width
Closed

Comments

  • TooCrazyGAMES started the conversation

    Hi, how i can change the site width of the boxed version? The Problem: On my Mag there is an advertisment system from a third party. The width of it is a little bit to big. The troubleshooting from this third party is very low. Now i would like to change my site width. Is it easy? Part of next Update? THX, Tommy

  •  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: 1250px; }
    .wrapper-boxed.enable-boxed, .wrapper-boxed.enable-boxed .is-sticky #navigation{ width: 1310px; }
    }

    Best Regards,

    PenciDesign