Home › Forums › WoodMart support forum › categories in mobile view › Reply To: categories in mobile view
September 29, 2021 at 2:44 pm
#322059
Luke Nielsen
Keymaster
Hello,
In order to make 3 columns on mobile view, please try to add this code in Theme Settings -> Custom CSS -> enter the code in the field “Custom CSS for mobile”
.elementor-widget-wd_product_categories .products .category-grid-item {
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
Thanks for the suggestion, we will consider it.
Kind Regards