magneticnorth Posted June 3, 2022 Share Posted June 3, 2022 Site URL: https://mahalavi.squarespace.com web password: maha Hello! How do I add spacing to a specific area? I would like to add a bit more spacing at the end of the section on mobile here: I'd like it to have the similar spacing to this area above: Thank you! Link to comment
Beyondspace Posted June 3, 2022 Share Posted June 3, 2022 2 hours ago, magneticnorth said: Site URL: https://mahalavi.squarespace.com web password: maha Hello! How do I add spacing to a specific area? I would like to add a bit more spacing at the end of the section on mobile here: I'd like it to have the similar spacing to this area above: Thank you! Try in Home > Design > Custom Css @media only screen and (max-width: 767px) { section[data-section-id="6299dbd4a70d797ee7e4e7de"] .content-wrapper { padding-bottom: 50px !important; } } add more space Let me know how it works on your site Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
magneticnorth Posted June 7, 2022 Author Share Posted June 7, 2022 On 6/3/2022 at 5:14 PM, bangank36 said: Try in Home > Design > Custom Css @media only screen and (max-width: 767px) { section[data-section-id="6299dbd4a70d797ee7e4e7de"] .content-wrapper { padding-bottom: 50px !important; } } add more space Let me know how it works on your site Doesn't seem to be working! Link to comment
tuanphan Posted June 11, 2022 Share Posted June 11, 2022 Try adding to Design > Custom CSS @media screen and (max-width:767px) { div#page-section-6299dbd4a70d797ee7e4e7de { padding-bottom: 50px; padding-top: 50px; } } 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