Product labels positioning
-
Hello i want to change the position of the Out of Stock Label to go in the right top corner of the product picture because i am using Woo Advanced Labels plugin for the other custom Labels set as Tags. How can i solve it please?
Take a look at thw printscreen
Attachments:
You must be
logged in to view attached files.
Hello,
I am unable to see your issue because your site is in maintenance mode. Please share the wp login details of your site so i will check and give you a custom css.
Best Regards.
Hello sending the credentials in private content
Hello,
Please add this code to the Theme Settings > Custom CSS >Custom CSS for Desktop:
.product-label.out-of-stock {
left: 185px;
position: relative;
bottom: 17px;
}
Best Regards.