This topic has 2 replies, 2 voices, and was last updated 1 years ago ago by Tony Rodriguez
We want to reposition below the category properties, is it possible?
Tks
Hello, @be Marketing,
Thank you for contacting us and for using XStore.
To address your concern, we kindly request you to follow the given instructions. Please copy and paste the provided CSS code into the designated location: Xstore > Theme Options > Theme Custom CSS > Global CSS. After pasting the code, please ensure to publish it.
.product-details {
display: flex;
flex-direction: column;
}
.product-details .product-title {
order: 1;
}
.product-details .price {
order: 3;
}
.product-details .products-page-cats {
order: 2;
}
.product-details .products-page-brands {
order: 4;
}
.content-product .quantity-wrapper{
order: 5;
}
Upon successful implementation, the result should resemble the following:
https://ibb.co/KFT0bTJ
We hope this resolves your issue. Should you require further assistance, please do not hesitate to contact us.
Best Regards,
8Theme’s Team.
You must be logged in to reply to this topic.Log in/Sign up