Jump to content

Remove White Space Beyond Squarespace Settings

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
  • Replies 5
  • Views 2.5k
  • Created
  • Last Reply
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

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
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?

Under Post Above Navigation.jpg

Link to comment
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;
}

 

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

Archived

This topic is now archived and is closed to further replies.


×
×
  • 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.