Home › Forums › WoodMart support forum › Product layout on mobile (category page) › Reply To: Product layout on mobile (category page)
October 16, 2023 at 3:46 pm
#504479
Elise Noromit
Member
Hello,
Yes, the list view switches to the grid on mobile. The recent version has changes in the CSS.
Please add this code to the Theme Settings > Custom CSS > Global:
body .product-list-item .product-wrapper {
flex-direction: row;
}
body .product-list-item .product-element-top {
margin-right: 0 !important;
}
body .product.product-list-item .wd-add-btn {
justify-content: end;
}
Best Regards