All things Shopify and commerce
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
password:paynea
Solved! Go to the solution
This is an accepted solution.
Hi @momsabhiruchi
The code is not updated yet👇 This is old code
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.
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;
}
}
hi..thanks for the quick reply, but the code didnt work for me.. can u pls suggest any other solution
Hi @momsabhiruchi
The URL you provided is not working, Can you please share the latest URL? So I can check it.
This is an accepted solution.
Hi @momsabhiruchi
The code is not updated yet👇 This is old code
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.
thank you so much to Huptech-web..it worked well... Thanks once again
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025