ando_337 Posted March 18, 2021 Share Posted March 18, 2021 Site URL: https://gar-grouper-xgll.squarespace.com/config/pages Hi everyone, does anyone know how to reduce the white space under and above a line (and other blocks)? Hope you can help me with this issue! Link to comment
ErikaT Posted March 18, 2021 Share Posted March 18, 2021 Hi, I can't access your site to see, but try: .sqs-block-content hr { margin-top: 0px; margin-bottom: 0px; } Link to comment
ErikaT Posted March 18, 2021 Share Posted March 18, 2021 Or indeed just: .sqs-block-content hr { margin: 0; } Link to comment
ando_337 Posted March 19, 2021 Author Share Posted March 19, 2021 @ErikaT: Does the Page have to be public to give you access? (I don't want it to be visible for visitors in this stage) Thank you for the code. Unfortunately, it improves the white space issue just a little and only above one line. Here's a screenshot with code and without code: Link to comment
ando_337 Posted March 19, 2021 Author Share Posted March 19, 2021 This is what I'd like to reach: Link to comment
ErikaT Posted March 19, 2021 Share Posted March 19, 2021 Hi, if you just make it password protected and share the password here can then take a look 🙂 Link to comment
ErikaT Posted March 19, 2021 Share Posted March 19, 2021 It will depend on your font and existing padding etc, so a few other things may need tweaking to make it all sit nicely: .sqs-block-content hr { margin-top: -35px !important; } .sqs-block-horizontalrule { margin-bottom: -35px !important; } Link to comment
ando_337 Posted March 19, 2021 Author Share Posted March 19, 2021 @ErikaT thanks, you made my day! With this code I could adjust the white space! 😊 (Next time I make it password protected!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.