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. 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 Press 👍 or mark my comment as solution if you find my sharing useful 🆒 Squarespace pinchzoom lightbox plugin (affiliate link) 👁🗨 360 degree photo viewer (affiliate link) 📑 Squarespace embed PDF popup (affiliate link) Link to comment
HoaLT Posted September 25, 2021 Share Posted September 25, 2021 Here is the result after remove padding Press 👍 or mark my comment as solution if you find my sharing useful 🆒 Squarespace pinchzoom lightbox plugin (affiliate link) 👁🗨 360 degree photo viewer (affiliate link) 📑 Squarespace embed PDF popup (affiliate link) 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? Link to comment
HoaLT Posted September 26, 2021 Share Posted September 26, 2021 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; } Press 👍 or mark my comment as solution if you find my sharing useful 🆒 Squarespace pinchzoom lightbox plugin (affiliate link) 👁🗨 360 degree photo viewer (affiliate link) 📑 Squarespace embed PDF popup (affiliate link) Link to comment
Lux321 Posted September 26, 2021 Author Share Posted September 26, 2021 Thank you! This has helped a lot 🚀 Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.