Jump to content

Padding / margin heights in the blog post

Go to solution Solved by Web_Solutions,

Recommended Posts

Posted (edited)

Hi, 

I planned to create a blog page format, and found out the padding between different blocks is big by default.

Just like the below screenshot showed, how can I  : 

  1. Minimize the padding/margin of the summary block ( as #1 and #2)
  2. Minimize the padding/margin of the meta tags (as #2 and #3)
  3. Minimize the padding between pagination and the footer (as #4)

Has anyone ever worked on this? Thank you.

https://kklayout.squarespace.com/blog/two

password: kklayout

 

image.thumb.png.a3e391e7597adeeaa6241970db729364.png

Edited by Kellyx10
Posted
4 minutes ago, Kellyx10 said:

 

 

 

https://kklayout.squarespace.com/blog/two

password: kklayout

 

image.thumb.png.a3e391e7597adeeaa6241970db729364.png

What do you want here? Do you want to reduce the space?

If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks

MD Rofik
Website Designer and Digital Marketer

Am I helpful? Want to offer me a coffee?
Send me a message if needed any help. I'll try to reply as soon as possible.


 

  • Kellyx10 changed the title to Padding / margin heights in the blog post
  • Solution
Posted
18 minutes ago, Kellyx10 said:

Hi @Web_Solutions

Glad to have your prompt feedbacks 🙂  I just finished editing my questions, and look forward to hearing your comments. Thank you!

 

Add these code on Custom CSS panel in Website Utilities Website Tools > Custom CSS.

.blog-item-wrapper {
  .row.sqs-row .col .sqs-block {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .blog-item-content, .blog-meta-item, .blog-item-comments {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
#itemPagination {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

 

Screenshot_216.png

If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks

MD Rofik
Website Designer and Digital Marketer

Am I helpful? Want to offer me a coffee?
Send me a message if needed any help. I'll try to reply as soon as possible.


 

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.