7TK Posted June 13, 2022 Share Posted June 13, 2022 Site URL: https://www.tinanairpics.com/copyright-info Hello, I'd be grateful if anyone could please advise me on the following: I'm wondering how to remove the white space/empty space at the bottom of the mobile view of a particular site page. The white space only appears in mobile view and not on desktop - I've attached screenshots of both. I injected the following code into the page header to create a background colour on this particular page, by using an image of that colour: <style> div#canvasWrapper { background-image: url(https://static1.squarespace.com/static/53514fd4e4b095a1b0b3a6bb/t/62a7866f58c9cb53c2fcf370/1655146095611/Untitled+design-43.png); background-size: cover; background-repeat: no-repeat; background-position: center center; } </style> The site itself is created in Squarespace 7.0 with the Forte template Thanks in advance for any help you could provide! 🙂 Link to comment
tuanphan Posted June 14, 2022 Share Posted June 14, 2022 Add to Design > Custom CSS @media screen and (max-width:640px) { body#collection-62896865f236c476d5d8b0e0 div#canvasWrapper { height: 100vh; } } 7TK 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
7TK Posted June 14, 2022 Author Share Posted June 14, 2022 Perfect! 😀 Thank you (again), @tuanphan! 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