Hi @andrii , I saw you shared code for two column layout for listing cards/blocks.
@media only screen and (max-width: 48em) {
.home .hp-listings .hp-grid__item {flex-basis:50%; max-width:50%}
}
CAN WE ALSO CREATE A SIMILAR TWO COLUMN VIEW FOR LISTING CATEGORY IN MOBILE AS WELL.
THANKS FOR HELP !
Hi,
Please use this CSS snippet:
@media only screen and (max-width: 48em) {
.home .hp-listing-categories .hp-grid__item {flex-basis:50%; max-width:50%}
}
Please note that it can require further customization.
I hope it helps
1 Like
system
Closed
5
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.