Home Forums Basel support forum On Mobile al products are skewed and not inline Reply To: On Mobile al products are skewed and not inline

#179907

Hello,

This is caused by the swatches: some products have the swatches and other do not https://prnt.sc/rg6pqx

I can set the min-height for all the grid items with CSS and the result will be like this: https://gyazo.com/9ac57ce1ca9070581c07bea512c097cd

If it is good for you, add this code to the Theme Settings > Custom CSS > Mobile:

body .products .product-grid-item {
    height: 400px!important;
}

Best Regards