erotokritousimone Posted February 8 Posted February 8 (edited) On mobile, on the Home page on the "from the blog" section where there is a Summary block there's a huge white section which i can't get rid of. I've tried editing the section height but nothing works. Any suggestions? Also why does it say that the website is Not Secure on mobile? Edited February 8 by erotokritousimone
nick_sh Posted February 9 Posted February 9 Most likely only manual CSS fix will help so please provide link to the site. As for not secure, either some settings in the domain are not working, or you including something scripts like scripts with http:// and and not https://, e.g. <script src="http://domain.com">...</script> Try new Squrespace ID & class finder Chrome Extension ✔ Supports Fluid Engine ✔ Generate Media Queries code ✔ Toggle IDs with Option / Alt ____ Hire me for SquareSpace development
melody495 Posted February 10 Posted February 10 On 2/8/2024 at 8:35 AM, erotokritousimone said: On mobile, on the Home page on the "from the blog" section where there is a Summary block there's a huge white section which i can't get rid of. I've tried editing the section height but nothing works. Any suggestions? Hi, have you fixed the white gap issue? I don't see it on my phone. Android, chrome. -------- > 👆 <---------- Please quote or @ me when replying, or I won't get a notification Melody | Squarespace Nerd When I have time, I like to help on the Forum, but if you need my full attention, please send your request here. Tools I use (affiliate links😞 📅Blog Date Format plugin (Free by BeyondSpace) ⏬Lazy Load Summary Block plugin (by Squareswebsites) 📜Privacy Policy & Cookie Consent plugin (10% off by Termageddon) 📈SEO plugin for Squarespace (by SEOSpace) ☕ Did I help? I like coffee (Thank you)
erotokritousimone Posted February 11 Author Posted February 11 @melody495 No I can still see it on iPhone Safari.
erotokritousimone Posted February 11 Author Posted February 11 @nick_sh Website is: georgia saba.com Where can I check for scripts in CSS?
nick_sh Posted February 11 Posted February 11 @erotokritousimone which page? Try new Squrespace ID & class finder Chrome Extension ✔ Supports Fluid Engine ✔ Generate Media Queries code ✔ Toggle IDs with Option / Alt ____ Hire me for SquareSpace development
erotokritousimone Posted February 12 Author Posted February 12 @nick_sh On mobile on the Home page on the "from the blog" section where there is a Summary block there's a huge white section which i can't get rid of. It seems like the problem is on iPhone - Safari browser.
nick_sh Posted February 12 Posted February 12 I don't see much space, but you can try adding to Custom CSS: Play with 52 to achieve the desire result. .fe-65393745a43b860bedb35c26 { @media (max-width: 767px) { grid-template-rows: repeat(52,minmax(24px, auto)) !important; } } Try new Squrespace ID & class finder Chrome Extension ✔ Supports Fluid Engine ✔ Generate Media Queries code ✔ Toggle IDs with Option / Alt ____ Hire me for SquareSpace development
gmccullough Posted June 14 Posted June 14 Hi - I'm having the same issue. Extra white space under summary block in mobile on both Safari and Chrome. https://www.gillianpartridge.com/
tuanphan Posted June 16 Posted June 16 On 6/14/2024 at 11:59 PM, gmccullough said: Hi - I'm having the same issue. Extra white space under summary block in mobile on both Safari and Chrome. https://www.gillianpartridge.com/ You can use this code to Custom CSS box @media screen and (max-width:767px) { .fe-666a7bb9342a742292a41b42 { grid-template-rows: repeat(25,minmax(24px, auto)) !important; } } 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!)
stevenbiggs Posted August 30 Posted August 30 I'm having the same issue. Grateful for suggestions. Looks fine on desktop. Looks fine on mobile view when I'm editing in fluid engine. But when I view it on mobile phone (both safari and chrome) there is a huge white space under summary blocks. website is https://www.foodgardenlife.com/
tuanphan Posted September 2 Posted September 2 On 8/30/2024 at 8:34 PM, stevenbiggs said: I'm having the same issue. Grateful for suggestions. Looks fine on desktop. Looks fine on mobile view when I'm editing in fluid engine. But when I view it on mobile phone (both safari and chrome) there is a huge white space under summary blocks. website is https://www.foodgardenlife.com/ You mean this? 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!)
stevenbiggs Posted September 2 Posted September 2 55 minutes ago, tuanphan said: You mean this? Yes. Under the summary blocks. I'll attach a picture, as the space on my mobile phone is big enough that from the bottom of the summary block you cannot see the button.
tuanphan Posted September 7 Posted September 7 On 9/2/2024 at 5:39 PM, stevenbiggs said: Yes. Under the summary blocks. I'll attach a picture, as the space on my mobile phone is big enough that from the bottom of the summary block you cannot see the button. You try this to Website Tools > Custom CSS @media screen and (max-width:767px) { .fe-669f88da15b1252ca14d1792 { grid-template-rows: repeat(90,minmax(24px, auto)) !important; } } 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!)
stevenbiggs Posted September 7 Posted September 7 8 hours ago, tuanphan said: @media screen and (max-width:767px) { .fe-669f88da15b1252ca14d1792 { grid-template-rows: repeat(90,minmax(24px, auto)) !important; } } @tuanphan This code fixes the spacing issue. Thank you!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment