(Squarespace) How to increase space between date - thumbnail

To increase space between Blog Date – Thumbnail.

You can use this code to Custom CSS box.

div.blog-basic-grid--text {
    margin-top: 70px;
}

Result

1 Like