shopify debut theme mobile version shows gap between products

Hi,

I am facing an issue on the mobile version only in my store. The collection of products showing gap between. Please see the image attached. URL

is : https://www.tribeuno.co.uk/collections/autumn-collection

1 Like

@UsmanSipra

Please add the following code at the bottom of your assets/theme.scss.liquid file.

@media only screen and (max-width:749px){
.price__badge {position: absolute;}
}

Hope this works.

Thanks!

1 Like

Than you so much. It worked. Life saver