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
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
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