shopify store mobile view

Solved

shopify store mobile view

momsabhiruchi
Shopify Partner
64 1 9

hello everyone ! i have designed a clothing store using dawn theme , but my home page in mobile view has a horizantally overflow. It would be a support if any one can help me out in fixing this . the link to my site is as given below

https://anodr1.myshopify.com

password:paynea

Accepted Solution (1)
Huptech-Web
Shopify Partner
1169 234 264

This is an accepted solution.

Hi @momsabhiruchi 
The code is not updated yet👇 This is old code

HuptechWeb_0-1725355616958.png

 

You need to remove that code and add the below code👇

@media screen and (max-width: 749px)
.banner:not(.banner--stacked) {
    flex-direction: row-reverse;
    flex-wrap: wrap;
}
}

 

Open section-image-banner.css find the code and update it.

If you found this response helpful, please do like and accept the solution. Thanks!
Need support with Customizing your Shopify store?
Feel free to contact me at info@huptechweb.com or Visit our website Huptech Web.
Instant Shortcode Builder: Integrate customizable UI features anywhere in your store - No coding knowledge required

View solution in original post

Replies 6 (6)

Huptech-Web
Shopify Partner
1169 234 264

Hi @momsabhiruchi 
To solve this go to section-image-banner.css

Update the below code

@media screen and (max-width: 749px)
.banner:not(.banner--stacked) {
    flex-direction: row;
    flex-wrap: wrap;
}
}

 

with this

@media screen and (max-width: 749px)
.banner:not(.banner--stacked) {
    flex-direction: row-reverse;
    flex-wrap: wrap;
}
}

 

If you found this response helpful, please do like and accept the solution. Thanks!
Need support with Customizing your Shopify store?
Feel free to contact me at info@huptechweb.com or Visit our website Huptech Web.
Instant Shortcode Builder: Integrate customizable UI features anywhere in your store - No coding knowledge required
momsabhiruchi
Shopify Partner
64 1 9

hi..thanks for the quick reply, but the code didnt work for me.. can u pls suggest any other solution

 

Huptech-Web
Shopify Partner
1169 234 264

Hi @momsabhiruchi 
The URL you provided is not working, Can you please share the latest URL? So I can check it.

  

If you found this response helpful, please do like and accept the solution. Thanks!
Need support with Customizing your Shopify store?
Feel free to contact me at info@huptechweb.com or Visit our website Huptech Web.
Instant Shortcode Builder: Integrate customizable UI features anywhere in your store - No coding knowledge required
momsabhiruchi
Shopify Partner
64 1 9
Huptech-Web
Shopify Partner
1169 234 264

This is an accepted solution.

Hi @momsabhiruchi 
The code is not updated yet👇 This is old code

HuptechWeb_0-1725355616958.png

 

You need to remove that code and add the below code👇

@media screen and (max-width: 749px)
.banner:not(.banner--stacked) {
    flex-direction: row-reverse;
    flex-wrap: wrap;
}
}

 

Open section-image-banner.css find the code and update it.

If you found this response helpful, please do like and accept the solution. Thanks!
Need support with Customizing your Shopify store?
Feel free to contact me at info@huptechweb.com or Visit our website Huptech Web.
Instant Shortcode Builder: Integrate customizable UI features anywhere in your store - No coding knowledge required
momsabhiruchi
Shopify Partner
64 1 9

thank you so much to Huptech-web..it worked well... Thanks once again