ThisWayToFabulous Posted March 16, 2022 Share Posted March 16, 2022 Site URL: https://tmha-new-site.squarespace.com/ Here is the code in my CSS currently, all I want to do is make that spacing between the two row much smaller. password: tamara /* Mobile-Glam persona */ @media screen and (max-width:767px) { div#page-section-61c0b2469abc8d6ded1ed073>.row:nth-child(2) .span-3 { width: 50% !important; float: left !important; } div#page-section-61c0b2469abc8d6ded1ed073>.row:nth-child(2) .span-3:nth-child(2n+1) { clear: left !important; } } Beyondspace 1 Link to comment
Beyondspace Posted March 16, 2022 Share Posted March 16, 2022 (edited) 17 minutes ago, ThisWayToFabulous said: Site URL: https://tmha-new-site.squarespace.com/ Here is the code in my CSS currently, all I want to do is make that spacing between the two row much smaller. password: tamara /* Mobile-Glam persona */ @media screen and (max-width:767px) { div#page-section-61c0b2469abc8d6ded1ed073>.row:nth-child(2) .span-3 { width: 50% !important; float: left !important; } div#page-section-61c0b2469abc8d6ded1ed073>.row:nth-child(2) .span-3:nth-child(2n+1) { clear: left !important; } } Where is your issue? Can you share your link and take some screenshots? Edited March 16, 2022 by bangank36 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) 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
ThisWayToFabulous Posted March 16, 2022 Author Share Posted March 16, 2022 @bangank36 trying to minimimize this space between rows Link to comment
tuanphan Posted March 18, 2022 Share Posted March 18, 2022 Add to Design > Custom CSS /* Our favorite Glam style */ @media screen and (max-width:767px) { div#page-section-61c0b2469abc8d6ded1ed073 { p:empty { display: none; } .image-block { padding-bottom: 0px !important; padding-top: 0px !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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment