holymolycow Posted August 18, 2022 Share Posted August 18, 2022 Site URL: http://www.holymolycow.com Hello everyone, I want to reduce the padding on all text blocks on a specific page but not the header or footer. I know I can target each text block and have done so successfully but there are a lot of blocks on the page and it's going to take forever to find each block id. Any suggestions on how to do them all at once without targeting each block? Link to comment
Wolfsilon Posted August 18, 2022 Share Posted August 18, 2022 Hi there, If I understand this correctly, you can use Custom CSS to achieve this. The URL you shared above is the page that I will provide the example for: #collection-6113f92368fd8d6659f31c4e { .sqs-block-html { padding: 0 !important; } } Hope this helps! Best, Dan 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