This topic has 2 replies, 2 voices, and was last updated 1 years, 9 months ago ago by Rose Tyler
Hi. How to change position product excerpt like example: https://prnt.sc/DYaZmI7tl9vI
This is by default : https://prnt.sc/9KQ-v9oQ01T8
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
You must be logged in to reply to this topic.Log in/Sign up