This topic has 4 replies, 2 voices, and was last updated 8 years, 3 months ago ago by Rose Tyler
Hello!
In the mobile version product categories images are too small (look at screenshot).
Normal size only <b>Woo</b>categories just 3 columns (look at screenshot).
Is that how it should be or bug of the Legenda theme?
And if the latter, how fix it
Best regards,
Vlad
Hello,
In Custom.css file add this code:
@media only screen and (max-width: 480px){
.product-category {
width: 100% !important;
}
}
You can watch the video Legenda WordPress Theme – How to create custom.css file https://www.8theme.com/videos/.
Regards,
Rose Tyler.
Rose, you are the best.
Thanks a lot,
Vlad
Hello,
You’re welcome!
Have a nice day.
Best regards,
Rose Tyler.
The issue related to '‘Size of product categories images in mobile version’' has been successfully resolved, and the topic is now closed for further responses