Hello
How can I display categories like this(picture attached)?
Responsive view:
6 columns on desktop
and 2/3 columns on mobile
Pictures attached
Is this possible?
This topic has 2 replies, 2 voices, and was last updated 4 years, 8 months ago ago by Rose Tyler
Hello
How can I display categories like this(picture attached)?
Responsive view:
6 columns on desktop
and 2/3 columns on mobile
Pictures attached
Is this possible?
Hello,
Do you want to display categories on Home page? Use Product Categories element – http://prntscr.com/10x80pb , add the next code for the page –
@media only screen and (max-width: 480px) {
.categories-grid .product-category {
width: 33.33%;
}
}
Regards
The issue related to '‘Product Categories Grid’' has been successfully resolved, and the topic is now closed for further responses