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
March 14, 2020 at 8:57 am
#179907
Elise Noromit
Member
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