Re: [Dawn] Collection List Slide Issue On Mobile

[Dawn] Collection List Slide Issue On Mobile

Thecozyliving
Excursionist
23 0 6

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 

Replies 2 (2)

AnneLuo
Shopify Partner
902 167 191

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!

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

PageFly-Theodor
Shopify Partner
691 86 100

Hi @Thecozyliving 


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.