(Squarespace) How to increase space between blog title - excerpt

To increase space between Blog Title – Excerpt.

You can use this code to Custom CSS box.
If code doesn’t work, you can comment below, message or email me.

h1.blog-title {
    margin-bottom: 50px !important;
}

Result

1 Like