simon.stjohn Posted February 23 Share Posted February 23 Hi all, For some reason I am getting a very large gap above an image gallery block when viewed on mobile (desktop is fine). Would anyone know how to fix this/what I am doing wrong 🙂 https://www.blog.baligram.me/baligram (the gap is under the heading 'Explore the natural wonders of Bali and Lombok' and above the gallery below that) Any help most appreciated! Link to comment
simon.stjohn Posted February 24 Author Share Posted February 24 @tuanphan My guru! Would you have a solution maybe? 🙂 Link to comment
Solution tuanphan Posted February 25 Solution Share Posted February 25 If you change Section 3 to Classic Editor Section, the gap will disappear If you want to use code, add this to Design > Custom CSS /* Mobile gap above gallery */ @media screen and (max-width:767px) { .fe-63f6e8ea0081765b77967a34 { grid-template-rows: repeat(2,minmax(24px, auto)) !important; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
simon.stjohn Posted February 25 Author Share Posted February 25 (edited) Hi @tuanphan Thank you again so much for helping me...I really appreciate it. I really should learn CSS....and I guess also the structure of Squarespace as well. I wonder if there are any good courses on this? Have a great day ahead..... Edited February 25 by simon.stjohn Link to comment
tuanphan Posted February 27 Share Posted February 27 On 2/25/2023 at 11:55 AM, simon.stjohn said: Hi @tuanphan Thank you again so much for helping me...I really appreciate it. I really should learn CSS....and I guess also the structure of Squarespace as well. I wonder if there are any good courses on this? Have a great day ahead..... You can learn on W3Schools, Teamtreehouse or Will-Myers has a CSS course simon.stjohn 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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