btn2020 Posted January 7, 2021 Share Posted January 7, 2021 (edited) Site URL: https://www.betweentwonaps.com/ hello there! i have some spacer blocks that help align some images... but on mobile they pile up above and below the images to create great big spaces that make too much of a gap. is it possible to use code to target specific spacer blocks so they hide on mobile? (and how do you find out those block ids for in the code?) any help appreciated! thanks! Edited January 7, 2021 by btn2020 Link to comment
tuanphan Posted January 8, 2021 Share Posted January 8, 2021 Add this code to Home > Design > Custom CSS /* remove spacer block mobile */ @media screen and (max-width:767px) { .spacer-block-id { display: none; } } Find id with 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 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