This topic has 2 replies, 2 voices, and was last updated 4 years ago ago by Rose Tyler
hallo,
we need the sales icon to be at the right corner and the favourite icon to be to the left corner
Hello,
Try to use the next custom CSS code:
.onsale.left {
left: unset;
right: 20px;
}
.product-view-default .et-wishlist-holder {
left: 18px;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up