How can I make the labels display horizontally instead of vertically? In vertical orientation, they are covering some products.
This topic has 3 replies, 2 voices, and was last updated 1 months ago ago by Juan Alberto Montoya
How can I make the labels display horizontally instead of vertically? In vertical orientation, they are covering some products.
Hi @Juan Alberto Montoya,
Please try adding this custom CSS under XStore > Theme Options > Theme Custom CSS > Global CSS:
.etheme-product-grid-image span.onsale.left.hot-label {
top: -28px !important;
left: 65px !important;
}
Kind regards,
The 8Theme Team
Thanks for the support! My topic “Display Labels horizontally instead of vertically” has been successfully resolved.
The issue related to '‘Display Labels horizontally instead of vertically’' has been successfully resolved, and the topic is now closed for further responses