(Squarespace) How to change space between blog title – category

To change space between Blog Title – Category.

You can use this code to Custom CSS.
You can also use this free blog tool so you can customize blog easier without using code.

div.blog-item-meta-wrapper {
    margin-bottom: 50px !important;
}

If category is under title, like this.

You can use this new CSS code.

div.blog-item-meta-wrapper {
    margin-top: 100px;
}