My image with text overlay won’t resize correctly. On desktop view, it shows well when I switch to mobile view or full screen it is not responding correctly.
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community! ![]()
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
1 Like
thanks for url can you try its
- Go to Online Store->Theme->Edit code
- Asset->/theme.scss.liquid->paste below code at the bottom of the file.
@media only screen and (max-width: 749px) {
#shopify-section-16345455948c03afb6 .hero--medium {
height: 120px;
}
}
hello @SwayWayHair
please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
@media only screen and (max-width: 749px) {
#shopify-section-16345455948c03afb6 .hero--medium {
height: 120px !important;
}
}