Reply 226840 to: Product Sale Conunter

Avatar: Rose Tyler
Rose Tyler
Support staff
December 15, 2019 at 09:25

Hello,

Add this code in Theme Options > Theme custom CSS:

.single-product .fixed-content {
    display: flex;
    flex-direction: column;
}
.single-product .product-content .product_title {
    order: 1;
}
.single-product .product-content .price {
    order: 2;
}
.single-product .product-information .product-sale-counter {
    order: 3;
}
.single-product .product-content .woocommerce-product-rating {
    order: 4;
}
.single-product .product_meta {
    order: 5;
}
.single-product .product-information .woocommerce-product-details__short-description {
    order: 6;
}
.single-product .product-information .cart {
    order: 7;
}

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.