MTakai Posted December 8, 2020 Share Posted December 8, 2020 (edited) Site URL: https://www.melissatakai.com/ Hi there, I notice that the right side of my website has this random blank space (not sure if this is considered padding, border, or margin) as seen in the screenshot below. This problem only happens when I view my website on a large desktop computer. It looks fine (meaning no blank space) on my laptop. Any way I can get rid of this? Thank you! Edited December 8, 2020 by MTakai Beyondspace 1 Link to comment
Solution Beyondspace Posted December 8, 2020 Solution Share Posted December 8, 2020 1 hour ago, MTakai said: Site URL: https://www.melissatakai.com/ Hi there, I notice that the right side of my website has this random blank space (not sure if this is considered padding, border, or margin) as seen in the screenshot below. This problem only happens when I view my website on a large desktop computer. It looks fine (meaning no blank space) on my laptop. Any way I can get rid of this? Thank you! it was the max width set up, try this custom css #canvasWrapper { max-wdith: initial; } BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
MTakai Posted December 8, 2020 Author Share Posted December 8, 2020 That worked! Thank you! There was a small typo for "width" so here's the correction: Quote #canvasWrapper { max-width: initial; } Thank you again! Link to comment
Asiya Posted August 10, 2021 Share Posted August 10, 2021 On 11/6/2020 at 6:42 PM, tuanphan said: Add to Home > Design > Custom CSS /* Nav one line */ .header-title-nav-wrapper { flex: 1 0 90%; } .header-layout-nav-center .header-nav { width: 100% !important; flex: 1 1 100%; } On 12/8/2020 at 6:50 AM, bangank36 said: it was the max width set up, try this custom css #canvasWrapper { max-wdith: initial; } Hi, on my client website I see some white spaces on right in my tablet. can you help me fix that. here's the website link: https://dogfish-chinchilla-8h83.squarespace.com/ password: sse2020 Link to comment
tuanphan Posted August 12, 2021 Share Posted August 12, 2021 On 8/11/2021 at 1:29 AM, Asiya said: Hi, on my client website I see some white spaces on right in my tablet. can you help me fix that. here's the website link: https://dogfish-chinchilla-8h83.squarespace.com/ password: sse2020 Try adding to Design > Custom CSS html, body {overflow-x: hidden;} nazaninp 1 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
zoebrock Posted March 16, 2022 Share Posted March 16, 2022 On 8/12/2021 at 8:00 PM, tuanphan said: Try adding to Design > Custom CSS html, body {overflow-x: hidden;} Hi @tuanphan. This code worked wonders to stop my overflow - but it also cancelled other code I had installed to make all pages have sticky section scrolling.... any ideas? I've deleted yours for now as trying to find a way to keep the sticky scrolling functionality for the client. Thank you! https://think-nudge.squarespace.com/ password: Tuan Link to comment
zoebrock Posted March 16, 2022 Share Posted March 16, 2022 2 minutes ago, zoebrock said: Hi @tuanphan. This code worked wonders to stop my overflow - but it also cancelled other code I had installed to make all pages have sticky section scrolling.... any ideas? I've deleted yours for now as trying to find a way to keep the sticky scrolling functionality for the client. Thank you! https://think-nudge.squarespace.com/ password: Tuan I think it's a problem in my testimonials code but I can't figure out where. hmmmmmm MillyBanks 1 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