Max Page Width
I searched support and the answers to my question did not work. Maybe because the code changed and some answers were from 2 to 3 years ago. I just want to set my North theme to a max page width (boxed layout) of 1280px. I also need it to be full-width when viewed on mobile. Thank you.
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi Amazing,
The answers you’re seeing would likely be for Vantage which has a slightly different structure.
You can change this with some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Please add the following CSS:
body.responsive .container { max-width: 1280px; } @media (max-width: 600px) { body.responsive .container { padding: 0; } }How does that look?
You might also need to install the SiteOrigin CSS Editor.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.