This topic has 2 replies, 2 voices, and was last updated 2 years ago ago by Rose Tyler
Hey I am looking to move the sale button to the right on my site
is it possible?
thank you in advance
(i am talking about the SALE image that appears on products)
Hello,
Add the next code in Theme Options > Theme custom CSS:
.onsale.left {
left: unset;
right: 20px;
}
Regards
The issue related to '‘How can I move the sale button on my site?’' has been successfully resolved, and the topic is now closed for further responses