Hi,
Is there any way to add some space between the products on Mobile only?
A user seeks to add spacing between products on mobile devices only for their Shopify store (ellsoll.com).
Proposed Solution:
</head> tagCurrent Status:
Note: Some code snippets in the conversation appear corrupted or reversed, which may have contributed to the implementation failure.
Hi @Ell_Soll ,
@media only screen and (max-width: 767px) {
.shopify-section-sections--16454147342497 li.grid__item.scroll-trigger.animate--slide-in {
padding: 0px 12px 15px 0px;
}
}
If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!
Thanks but it’s not working.