Reply 310541 to: Center single product page content

Avatar: Olga Barlow
Olga Barlow
Support staff
December 1, 2021 at 15:14

Hello,

Add the below code instead of that one

div.product-information-inner, .product_meta>div, .product_meta>span, .product-share,
.product-content .woocommerce-variation-add-to-cart {
    display:flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.product-info-wrapper form.cart table.variations td.label, 
.product-information form.cart table.variations td.label, 
.product-summary-center form.cart table.variations td.label, .product-information form.cart table.variations td.value {
    text-align: center;
}
.single-product .product-information-inner a.reset_variations {
    display: block;
}

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.