ilonapoutanen Posted November 10, 2020 Share Posted November 10, 2020 Site URL: https://www.poutacreative.fi/ On mobile there's too much padding (or margin) between logo and image below. How could I reduce the gap? Link to comment
Beyondspace Posted November 11, 2020 Share Posted November 11, 2020 You can try this and maybe remove the transparent bottom of your logo too .page-section.vertical-alignment--top:not(.content-collection):not(.gallery-section):not(.section-height--custom)>.content-wrapper { padding-top: 0; } ilonapoutanen 1 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, Keyword HighlighterIf 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
ArminB Posted November 11, 2020 Share Posted November 11, 2020 this should work: DESIGN > CUSTOM CSS so it only affects the mobile version @media only screen and (max-width: 640px) { #block-b5274f1f6f1aad5a15fd {top: -30px !important }} feel free to change the number "-30" if not, try margin-top: -30px ilonapoutanen 1 About Armin:Squarespace Expert Profile: https://www.squarespace.com/designer/profile/3649084Website: www.braunsberger-media.comLeaders Lodge: See my Profile Link to comment
ilonapoutanen Posted November 11, 2020 Author Share Posted November 11, 2020 Thanks for help, now it's perfect! Beyondspace 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