Jump to content

Extra space below summary grid block

Go to solution Solved by tuanphan,

Recommended Posts

On my homepage I'm seeing a large space after the last row of items in my summary block before the 'show me everything' button.

I don't see it in the designer but see it on inspect and on mobile device.

I'm stuck on what code I need to adjust or add to control this space. It doesn't appear to be margin or padding.

I'm not a CSS pro, I just have some basic knowledge. So I'm stumped.

 

Thanks in advance to anyone who can help 🙂

https://stoneandspectra.com

Screenshot live on inspect and device:

image.thumb.png.7a3ac364f334b4cb8e7a8b7fb8c893bd.png

 

Screenshot Squarespace designer:

image.thumb.png.3fecdce060905b341422250bb63fa029.png

Link to comment
  • Solution

Use this code to Website > Website Tools > Custom CSS

/* Mobile extra space */
@media screen and (max-width:767px) {
.fe-65c13c59fca4ce46d9891822 {
    grid-template-rows: repeat(55,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!)

Link to comment
15 hours ago, tuanphan said:

Use this code to Website > Website Tools > Custom CSS

/* Mobile extra space */
@media screen and (max-width:767px) {
.fe-65c13c59fca4ce46d9891822 {
    grid-template-rows: repeat(55,minmax(24px, auto)) !important;
}
}

 

Thanks so much! This worked for me 🙂

Link to comment

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.