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
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025