Re: Dawn Theme: fix the slides images in Mobile View

Dawn Theme: fix the slides images in Mobile View

hypeharborcrew
New Member
12 0 0

Screenshot 2023-12-29 at 7.02.16 PM.pngScreenshot 2023-12-29 at 7.02.34 PM.png

Replies 5 (5)

niraj_patel
Shopify Partner
2378 514 511

Hello @hypeharborcrew 
can you share store URL?

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com
hypeharborcrew
New Member
12 0 0

hypeharborcrew.com

 

niraj_patel
Shopify Partner
2378 514 511

Hello @hypeharborcrew 

You can add code by following these steps 

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid


<style>

    @media screen and (max-width: 749px){
   .banner--medium.banner--mobile-bottom:not(.banner--adapt) .banner__media{
      height: 20rem !important;
    }
}

</style>

techlyser_web_0-1703924004607.png

 

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com
hypeharborcrew
New Member
12 0 0

Done. But page is still the same

 

niraj_patel
Shopify Partner
2378 514 511

I opened the site and saw that the code is working.

techlyser_web_0-1703927580127.png

 

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com