Reply 347046 to: Hi. How change product excerpt position like example?

Avatar: Rose Tyler
Rose Tyler
Support staff
February 15, 2023 at 15:21

Hello, Kestutis,

Custom CSS code can be used, for example:

.product-details {
    display: flex;
    flex-direction: column;
}
.product-details .product-title {
    order: 1;
}
.product-details .star-rating {
    order: 3;
}
.default-add-to-cart-btn {
    order: 5;
}
.product-details .price {
    order: 4;
}
.product-details .product-excerpt {
    order: 2;
}

place the code into Theme Settings > Theme custom CSS > Global.

Kind Regards,
8theme team

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.