SaraSquare Posted January 17, 2022 Share Posted January 17, 2022 The minimum section height is 10 on a section on my home page. How can I make it 0? Link to comment
Beyondspace Posted January 18, 2022 Share Posted January 18, 2022 10 hours ago, SaraSquare said: The minimum section height is 10 on a section on my home page. How can I make it 0? Kindly share your site and some screenshot so we are clear about your point and check it BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
SaraSquare Posted January 18, 2022 Author Share Posted January 18, 2022 My website is hiracanada.ca and there is an empty section under the header that I want to make smaller. I cannot delete this section because it is part of my template. Link to comment
tuanphan Posted January 19, 2022 Share Posted January 19, 2022 18 hours ago, SaraSquare said: My website is hiracanada.ca and there is an empty section under the header that I want to make smaller. I cannot delete this section because it is part of my template. Add to Design > Custom CSS /* Minimum section height */ div#gridThumbs { padding: 0 !important; min-height: unset !important; } [data-section-id="61e359792cf96950e4c3379d"] { min-height: unset !important; padding-top: 80px !important; } @media screen and (max-width:767px) { [data-section-id="61e359792cf96950e4c3379d"] { padding-top: 120px !important; } } SaraSquare 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
SaraSquare Posted January 25, 2022 Author Share Posted January 25, 2022 Thanks, that worked! 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