wilderbydesign Posted April 30 Share Posted April 30 Hi - If anyone could help -- much appreciated. Password "mosaic" The spacing looks fine within the Squarespace editor but when I open it on my phone (which is a small iphone 12 mini) there is a bunch of extra space below the Gallery Grid which I can't get rid of. This is on the homepage but the issue repeats itself wherever I use the Gallery Grid. I am attaching the difference in appearance in screenshots. The one with the extra space is the live view on my phone and the one without is how it looks in the editing and preview modes in Squarespace. I have tried this CSS which decreases/adds space in the Squarespace view but does not move it at all on my mobile/live view: /* Reduce space under grid - mobile */ @media screen and (max-width:400px) { .sqs-gallery-block-grid { margin-bottom: -250px !important; } } Thank you for any assistance! Link to comment
tuanphan Posted May 2 Share Posted May 2 Hi, What is page url? 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
wilderbydesign Posted May 3 Author Share Posted May 3 Hi Tuan -- it is: https://dolphin-parsnip-f4ma.squarespace.com/ (password: mosaic). Thank you! Link to comment
Solution tuanphan Posted May 5 Solution Share Posted May 5 On 5/4/2024 at 1:01 AM, wilderbydesign said: Hi Tuan -- it is: https://dolphin-parsnip-f4ma.squarespace.com/ (password: mosaic). Thank you! You can use this code to Website > Website Tools > Custom CSS @media screen and (max-width:767px) { .fe-block.fe-block-yui_3_17_2_1_1712001224434_7624 { grid-row-start: 26 !important; } .fe-block-yui_3_17_2_1_1712001224434_3068 { grid-row-start: 31 !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
wilderbydesign Posted May 14 Author Share Posted May 14 Thank you @tuanphan!! tuanphan 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