Reply 302687 to: How to arrange categories and titles display element of products on home page ?

Avatar: Rose Tyler
Rose Tyler
Support staff
September 19, 2021 at 08:17

Hello,

Thanks for using XStore.
Try to add the next code in Theme Options > Theme custom CSS > Global custom CSS:

.product-view-light .light-left-side {
    display: flex;
    flex-direction: column;
}
.product-view-light .products-page-cats {
    order: 2;
}
.product-view-light .product-title {
    order: 1;
}
.product-view-light .star-rating {
    order: 3;
}
.product-view-light .switcher-wrapper  {
    order: 4;
}

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.