OOmnimedia2020Jul 25, 2023
How can I modify the width of the page to be 1200px?
1 reply · opened Jul 25, 2023
How can I modify the width of the page to be 1200px?
Hello,
Simply remove the .stretched Class from the #wrapper DIV and use the following CSS Code:
[ch_pre type="css"]body:not(.stretched) #wrapper {
max-width: 1200px;
}[/ch_pre]
This will definitely work fine. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
Have the same question, or something new?
Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.
Reply on the dashboard