Position of Product labels
-
Is it possible to position the labels right-aligned instead of left-aligned?
I would prefer an option in the settings without the detour via CSS code.
Attachments:
You must be
logged in to view attached files.
Hi postbox-007,
Thanks for reaching to us.
First of all, I’m really sorry have taken long time to reply you.
Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
div.product-labels {
max-width: 100%;
align-items: flex-end;
}
Regards,
Unfortunately, that didn’t work. I saved the CSS code, then deleted the cache and CSS via WP-Rocket.
The labels are still left-aligned.
Attachments:
You must be
logged in to view attached files.
Hi postbox-007,
First of all, I’m really sorry have taken long time to reply you due to the weekend.
Please remove previous code and use below one:
div.product-labels {
right: 0;
}
Regards,
Nope 🙁
Attachments:
You must be
logged in to view attached files.
Hi postbox-007,
To assist you in the best possible manner, I kindly ask that you please provide me temporary wp-admin info (wp-admin URL, username, password) to the Private Content area, this will allow me to thoroughly investigate and address your concerns more efficiently.
Regards,
Here it is:
-
This reply was modified 2 years, 1 month ago by
postbox-007.
Hi postbox-007,
Thanks for details.
I’ve fixed your issue. Please check your site again.
Regards,
Nice. Thank you.
What would be the code to display this in the bottom right corner as a test?
Hi postbox-007,
Do you want to move it at bottom right instead?
Regards,
Sorry for delay. Top right is ok at the moment.
Thank you.
Hi postbox-007,
You’re welcome.
Glad to hear your issue has been resolved. Keep us in mind for future questions and concerns, we’re always here to help!
If you have a quick minute we always appreciate a 5-star rating on our theme!
https://themeforest.net/item/woodmart-woocommerce-wordpress-theme/reviews/20264492
Your feedback is the motivation to improve our work and services.
Regards,
The topic ‘Position of Product labels’ is closed to new replies.