This topic has 4 replies, 3 voices, and was last updated 3 years, 5 months ago ago by Rose Tyler
Hello, is this possible? I want the product name first and the category next?
thank you!
Hello,
Add the below code to Custom CSS
.product-details {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.content-product .product-details .product-title {
order: -1;
}
Regards
works perfectly! thanks
Hello,
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up