Jump to content

Remove White Space Beyond Squarespace Settings

Go to solution Solved by HoaLT,

Recommended Posts

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.

white space.jpg

header spacing.jpg

site styles.jpg

Link to comment
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.

white space.jpg

header spacing.jpg

site styles.jpg

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

Link to comment
  • Solution
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?

Under Post Above Navigation.jpg

You can set the addition figuration in Design > Custom CSS

#article- {
  padding-bottom: 0;
}

.item-pagination {
  padding-top: 15px;
}

 

Edited by HoaLT
Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.