Nathan_G Posted March 11, 2021 Share Posted March 11, 2021 (edited) 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 😊 Edited March 11, 2021 by Nathan_G giving extra context. Beyondspace 1 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 tuanphan 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, Lightbox Studio pluginIf 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
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 🙏🏾 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