Shopify themes, liquid, logos, and UX
Hi all, I am having an issue that is only presenting itself on mobile. When scrolling the thumb will catch/grab onto the collection list and it moves vertically when it should not. Product collections on the home page are working as intended, it appears to only affect the collections list and on only mobile.
Any help is much appreciated!
Website: enerzi.club
Hey @enerzi,
Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.
<style>
@media only screen and (max-width: 989px ) {
.slider {
overflow-y: hidden !important;
}
}
</style>
Screenshot is for reference only, the correct code to paste is the one shown above.
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025