Mina1570048503 Posted August 28 Share Posted August 28 I've applied the following code to expand my site's max-width to full-width and am trying to exclude one specific page. I found the page's ID code and tried to implement it, but the code failed to exclude the one page: specifically, my About page (https://www.minaroy.com/about). Any ideas what I can do to fix this? Custom CSS /* Apply to all pages */ div#canvasWrapper { max-width: 100% !important; } /* Exclude specific page */ #page-5423a209e4b0a5427e4538f4 div#canvasWrapper { max-width: 1800px !important; /* or any other value you prefer */ } Mina Roy is an art director and character design based in Southern California, USA with 9 years of diverse experience, ranging from video games, films, children's books, comics, product design, and more. She is also an avid storyteller and proud cat-mother. Link to comment
tuanphan Posted September 2 Share Posted September 2 You can see this comment Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment