(Squarespace) Align Product Title line up with top of image

To align product title line up with top of image, from this.

To this.

You can use this code to Custom CSS box.

section.product-details.ProductItem-details {
    padding-top: 0px !important;
    margin-top: -5px;
}

1 Like