Hello everyone,
I just changed my featured collections to ‘‘Enable swipe on mobile’’ and now all the collections but the first one cuts the products off. Anyone got an idea to fix this?
My website is: www.dinhstore.dk
Hello everyone,
I just changed my featured collections to ‘‘Enable swipe on mobile’’ and now all the collections but the first one cuts the products off. Anyone got an idea to fix this?
My website is: www.dinhstore.dk
Hi @namx0035
This is usually done to show customers that they can swipe for more products, helps with the guidance. If you want to remove it please add the following code at the end of theme.css :
@media only screen and (max-width: 768px)
{
.grid-overflow-wrapper .grid__item {
flex: 0 0 46vw;
}
}
Let us know if that works!