Nathan_G Posted March 11, 2021 Share Posted March 11, 2021 Site URL: https://www.on2design.co.uk Hello all, Is there a way to remove or control the size of any spacer columns/spacer blocks in a page or site-wide from a specific screen size using CSS—in this case—for tablet screens? I just want to have a more control over the spacing of elements on the page. I am using the Avenue template. Many thanks for any help given 😊 Link to comment
Beyondspace Posted March 12, 2021 Share Posted March 12, 2021 9 hours ago, Nathan_G said: Site URL: https://www.on2design.co.uk Hello all, Is there a way to remove or control the size of any spacer columns/spacer blocks in a page or site-wide from a specific screen size using CSS—in this case—for tablet screens? I just want to have a more control over the spacing of elements on the page. I am using the Avenue template. Many thanks for any help given 😊 You can consider some tips @media only screen and (max-width: 768px) { /* For specific spacer */ #block-b5ced66b9ba1b585b2b5.sqs-block-spacer { } /* For specific page's spacer */ #collection-5ac030d5575d1f2de6462141 .sqs-block-spacer { } /* For site wide spacer */ .sqs-block-spacer { } } use this extension to find out https://chrome.google.com/webstore/detail/igjamfnifnkmecjidfbdipieoaeghcff BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Nathan_G Posted March 12, 2021 Author Share Posted March 12, 2021 Thank you so much for replying Bangank36!! that extension looks really useful.👌🏽 BTW, did you see my previous post with what i am finding much more challenging? Thanks again, appreciated 🙏🏾 Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.