Shopify themes, liquid, logos, and UX
Hello,
I'm having an issue with the collection list on mobile, Whenever I'm sliding down the whole collection list is sliding up and down and not the page, I'm using Dawn 11.0.0
Video of the problem: https://imgur.com/a/uHjetQ7
My site: https://cozycollectivelb.com/
What i tried: i tried to make all the collection list thumbnails the same size, that didnt work.
Any help is appreciated.
Thanks
You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme. liquid file and add the following code to the head tag
<style>
.collection-list__item .card-wrapper{
height: auto !important;
}
</style>
Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!
This is Theodore from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the </head> to get this solved
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: click on theme.liquid and paste the code above the </head>
<style>
.collection-list__item .card-wrapper{
height: 100% !important;
}
</style>
Hope this can help you solve the issue
Best regards,
Theodore | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024