This topic has 6 replies, 4 voices, and was last updated 9 years, 9 months ago ago by Robert Hall
Hi,
On Single Product Page, under the related product section, the product carousel, the sales and new label is too big and have covers the model’s face. It happen when the mobile screen width is between 768 to 974.
Please see my url in private content.
Could you let us know how to reduce the size of the label for mobile devices with width between 768 and 974?
Thank you!
Hello,
Please try to add this code in custom.css file:
@media (max-width: 768px) { .type-label-2, .type-label-1 {
width: 50px;
height: 50px;
}
.type-label-2 .sale, .type-label-1 .new {
padding: 0px 0px;
margin-top: 18px;
}}
How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).
Thank you.
Regards,
Eva Kemp.
Hi,
I have pasted the codes to custom css. It is still not same. Product Images covered by Sale and New label tag. Please help.
Thanks!
Hello,
As I see the icons are shown fine, not covering the models faces:
http://i.imgur.com/HvmJn6N.png
Could you please show a screenshot of your page?
Thank you.
Regards,
Eva Kemp.
Hello guys, my question is that my categories aren’t clickable when the website is viewed mobile. as well as the different variation in sizing for the products.
Private user log for my website.
Thank you
Hello @UrbnDesignz,
Please add this code into custom.css file.
.main-products-loop{
position:inherit;
}
Regards,
Robert Hall.
The issue related to '‘Reduce Size of New and sales label on mobile device’' has been successfully resolved, and the topic is now closed for further responses