victoria85 Posted February 18 Share Posted February 18 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: Screenshot Squarespace designer: Link to comment
Solution tuanphan Posted February 20 Solution Share Posted February 20 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; } } victoria85 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
victoria85 Posted February 20 Author Share Posted February 20 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 🙂 tuanphan 1 Link to comment
gmccullough Posted June 14 Share Posted June 14 Hi @tuanphan - I'm having the same issue and tried the code but it didn't fix it. Any other solutions? https://www.gillianpartridge.com/ Link to comment
tuanphan Posted June 16 Share Posted June 16 On 6/15/2024 at 12:02 AM, gmccullough said: Hi @tuanphan - I'm having the same issue and tried the code but it didn't fix it. Any other solutions? https://www.gillianpartridge.com/ I added some code here 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment