Misalignment Of Products On Mobile View In debut theme

hello everyone

I have some troubles with my theme, there are some white spaces between the products

how can be possible to fix it and align the products in the proper way, two products per row

Welcome to shopify community.

Please share your store URL and if your store is password protected then please provide password too.

Thank you.

hi

https://yi-earrings.myshopify.com/ this is the website, please check it

1 Like

@roberto123

Display Single product in the mobile view. by the theme setting or customize.

Please add below css in bottom of assets/timber.scss.css file

.wrapper .grid-uniform {

display: flex;

flex-wrap: wrap;

}
Hope, it work perfectly.
Thank you.

Thank you! It work pretty well You are the best!

Thank you! It work pretty well You are the best!