allimac7265 Posted December 11, 2020 Posted December 11, 2020 Hi, just wanted to confirm that I would be OK copying this CSS code into the blank CSS window found in the Design section of my site. Scared to commit to it! This area will allow you to inject custom CSS rules into your site.Warning: Adding custom CSS to your site can break your design. Please use caution when using this feature. Our support team will be limited in their ability to help you with design related issues if you have custom CSS.Note: Custom CSS does not apply to Cover Pages. /* Add this first bit to get more flexibility in height. */ .sqs-layout.sqs-editing .sqs-block, .sqs-block-spacer-content { min-height: 0px !important; } .sqs-block-spacer .sqs-block-content { height: 0; } /* Add this second bit too if you want to be able to go to zero. */ .sqs-block-spacer { padding-top: 0 !important; padding-bottom: 0 !important; }
derricksrandomviews Posted December 11, 2020 Posted December 11, 2020 Anytime CSS causes a problem, just remove it. I have not seen code break a site where you couldn't fix it and I know from experience. The code you posted looks interesting for sizing spacer blocks.
allimac7265 Posted December 11, 2020 Author Posted December 11, 2020 So if I take the bold move and paste it into that empty block, I'll be able to go back to that empty block which will now have that code in, and just cut it?
derricksrandomviews Posted December 11, 2020 Posted December 11, 2020 If you are pasting code in the custom CSS window in design, and it doesn't do what you want just go back and delete it, that's it.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.