Home Forums WoodMart support forum Update Woodmart Error Reply To: Update Woodmart Error

#288806

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