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
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
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!
Than you so much. It worked. Life saver