This topic has 2 replies, 2 voices, and was last updated 4 years, 3 months ago ago by Rose Tyler
Hi,
on the shop page: http://shop-cosmetic.cubrain.ro/product-category/ingrijire-ten/
we have: image / product name / brand
and we want it to be: image / brand / product name
can you advice us?
thank you
Hi,
Try to add the next code in Theme Options > Theme Custom CSS:
.content-product .product-details {
display: flex;
flex-direction: column;
}
.content-product .product-details .products-page-brands {
order: 1;
}
.content-product .product-details .product-title {
order: 2;
}
.content-product .product-details .price {
order: 3;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up