lisacole2 Posted April 26, 2022 Posted April 26, 2022 (edited) Site URL: https://www.philipparedding.co.uk/ Hi I am trying to get the first page of this site to be full width. The gallery pages are working well but this page has a load of space on the right hand side and I cannot see how to shift it. The gallery pages fill up the entire space and I have tried adding a gallery with just the one image but it still has that empty space to the right. This image is 2000 px wide so it should be big enough to fill the space. Any ideas would be much appreciated. Edited April 26, 2022 by lisacole2 adding more info
tuanphan Posted April 29, 2022 Posted April 29, 2022 Add to Design > Custom CSS div#canvasWrapper { max-width: 100%; } 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!)
Mina1570048503 Posted August 28 Posted August 28 This code worked for me in my Wells template. But I'm curious if you can apply this code to all pages, and exclude a small handful of pages. Anyone know how to do this??? 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.
tuanphan Posted September 2 Posted September 2 On 8/29/2024 at 5:01 AM, Mina1570048503 said: This code worked for me in my Wells template. But I'm curious if you can apply this code to all pages, and exclude a small handful of pages. Anyone know how to do this??? First, you need to find Page ID You can use this tool Suppose you want to exclude code on 2 pages, and their ID are: #collection-123456789, #item-987623 You can use this CSS code body:not(#collection-123456789):not(#item-987623) { div#canvasWrapper { max-width: 100%; } } 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment