Lux321 Posted September 25, 2021 Share Posted September 25, 2021 Site URL: https://www.techy.how/ Hello! I am desperately looking to customize the height of the white space under blog posts. In the Format options, my header spacing is set to a minimum. Under Site Styles, I am using 4vw Site Margin. It still looks like there is so much white space directly under the blog post, and over the blog navigation. Questions: How to remove (or at least reduce) the height of the white space How to potentially remove the (arrow) navigation at the bottom of the page Thank you Squarespace community. HoaLT and Beyondspace 2 Link to comment
HoaLT Posted September 25, 2021 Share Posted September 25, 2021 2 hours ago, Lux321 said: Site URL: https://www.techy.how/ Hello! I am desperately looking to customize the height of the white space under blog posts. In the Format options, my header spacing is set to a minimum. Under Site Styles, I am using 4vw Site Margin. It still looks like there is so much white space directly under the blog post, and over the blog navigation. Questions: How to remove (or at least reduce) the height of the white space How to potentially remove the (arrow) navigation at the bottom of the page Thank you Squarespace community. The space is created by the padding of conten-wrap. You can try adding in Design > Custom CSS .content-wrapper { padding-bottom: 0 !important; } Hope that it is useful for you Beyondspace 1 Link to comment
HoaLT Posted September 25, 2021 Share Posted September 25, 2021 Here is the result after remove padding Beyondspace and Lux321 2 Link to comment
Lux321 Posted September 26, 2021 Author Share Posted September 26, 2021 21 hours ago, HoaLT said: .content-wrapper { padding-bottom: 0 !important; } Thank you! This has helped removing some padding. Unfortunately there is still a lot of white space left under the blog post. I am using Squarespace 7.1 Do you have any other solution? Beyondspace 1 Link to comment
Solution HoaLT Posted September 26, 2021 Solution Share Posted September 26, 2021 (edited) 22 minutes ago, Lux321 said: Thank you! This has helped removing some padding. Unfortunately there is still a lot of white space left under the blog post. I am using Squarespace 7.1 Do you have any other solution? You can set the addition figuration in Design > Custom CSS #article- { padding-bottom: 0; } .item-pagination { padding-top: 15px; } Edited September 26, 2021 by HoaLT tuanphan, Champion and Beyondspace 3 Link to comment
Lux321 Posted September 26, 2021 Author Share Posted September 26, 2021 Thank you! This has helped a lot 🚀 HoaLT and Beyondspace 2 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