Sale price label to be in right position
-
Hi,
before make a update of theme i have customize the sale label in the right position. after update is going in the left (as picture show).
please help to position it on the right.
best regards
Attachments:
You must be
logged in to view attached files.
Hello,
First of all, remove your own custom for that, and then add the below one via Theme Settings -> Custom CSS.
.product-grid-item .product-labels {
top: 0;
right: 0;
left: auto;
}
Don’t hesitate to let me know if you need any further help or any other info.
Kind Regards
Hi,
I try this but nothing change, is the same as before (picture attached).
I have clear the cache,
best regards
Attachments:
You must be
logged in to view attached files.
Hello,
In this case, is there any chance that you could give me access to the dashboard area so I can have a look at the settings on your website, please?
Kind Regards
Hi,
Sorry for late response,
Attachments:
You must be
logged in to view attached files.
Hello,
Please try this updated code:
.product-grid-item .product-labels {
top: 15px !important;
right: 0;
left: auto;
inset-inline-start: unset;
}
https://prnt.sc/5jQ6841rNuEq
Kind Regards
Hi,
can you check again because it doesn’t work,
Best regards,
Attachments:
You must be
logged in to view attached files.
Hello,
I have fixed that, please recheck the issue.
Looking forward to hearing back from you!
Kind Regards
Hi,
Sorry but in home page is ok, but when you enter in shop categories is still on left
Please can you check again,
Best regards
Attachments:
You must be
logged in to view attached files.
Hello,
Sorry, seems that I fixed it on the staging site. Please replace the old code with the below one:
.product-grid-item .product-labels {
top: 15px !important;
right: 0;
left: auto;
inset-inline-start: unset !important;
}
Clear the cache and recheck the issue.
Kind Regards
Hi,
You can close this topic.
Best regards,
Hello,
In case you need any additional help, I’d be more than happy to assist you.
Wish you all the best.
Kind Regards
The topic ‘Sale price label to be in right position’ is closed to new replies.