SolveigTraeet Posted February 7, 2021 Share Posted February 7, 2021 Site URL: https://caper-badger-3s6d.squarespace.com/about Password: home I wish to create padding on mobile version with code, if I use a spacer from Squarespace it disappears on mobile version. Can someone help me sort this out? I wish to create padding over the line (under quote block). Can anyone help me? Link to comment
tuanphan Posted February 8, 2021 Share Posted February 8, 2021 You can use Spacer Block, then add this code to Page Header to make spacer not disappear on mobile <style> @media screen and (max-width:767px) { .spacer-block {display: block !important;} } </style> 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
SolveigTraeet Posted February 8, 2021 Author Share Posted February 8, 2021 @tuanphan Thank you for replying! But now the space got too big everywhere on mobile. I just want space above the line over newsletter block on mobile version, not everywhere on my page. Is this possible? Link to comment
tuanphan Posted February 9, 2021 Share Posted February 9, 2021 20 hours ago, SolveigTraeet said: @tuanphan Thank you for replying! But now the space got too big everywhere on mobile. I just want space above the line over newsletter block on mobile version, not everywhere on my page. Is this possible? You can replace .space-block with spacer-block-id. Use this tool to find id. https://chrome.google.com/webstore/detail/squarespace-id-finder/igjamfnifnkmecjidfbdipieoaeghcff?hl=en 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
SolveigTraeet Posted February 9, 2021 Author Share Posted February 9, 2021 @tuanphan Thank you! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.