Home › Forums › WoodMart support forum › Update Woodmart Error › Reply To: Update Woodmart Error
May 2, 2021 at 5:22 pm
#288806
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
@media (max-width: 1024px){
body .wd-products-shop-view {
display: inline-flex;
}
}
You will be able to set one item in a row or two, however it would not possible to set three or more.
Best Regards