Jump to content

Mobile-specific extra white space issue

Recommended Posts

Posted (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?

IMG_2398.PNG

Edited by erotokritousimone
  • Replies 15
  • Views 2.9k
  • Created
  • Last Reply

Top Posters In This Topic

Posted

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

 

Posted
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)

Posted

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

 

  • 4 months later...
Posted
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/

Screenshot 2024-06-14 at 9.59.35 AM.png

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!)

  • 2 months later...
Posted
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?

image.png.8eb6172b04de64eb5c33d6ab63eb4884.png

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!)

Posted
55 minutes ago, tuanphan said:

You mean this?

image.png.8eb6172b04de64eb5c33d6ab63eb4884.png

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.screenshot.thumb.jpg.10836b02b991eac5e0a873377858dd07.jpg

Posted
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.screenshot.thumb.jpg.10836b02b991eac5e0a873377858dd07.jpg

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!)

Posted
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!

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.