Home Forums WoodMart support forum Change category size in mobile Reply To: Change category size in mobile

#332577

Luke Nielsen
Keymaster

Hello,

In order to make 3 columns on mobile view for the Product categories, please try to add this code in Theme Settings -> Custom CSS -> enter the code in the field “Custom CSS for mobile”.

.products .category-grid-item {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

Kind Regards