btn2020 Posted January 7, 2021 Share Posted January 7, 2021 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! 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.