(Squarespace) Align center text in Product Page, use Full Layout

To align center text in Product Page with Full Layout.

You can use this code to Custom CSS box.

div.pdp-desc * {
    text-align: center !important;
}
nav.ProductItem-nav {
    justify-content: center;
}

Result

1 Like