Why won't my image with text overlay resize correctly on mobile view?

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.

@SwayWayHair

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

1 Like

@SwayWayHair

thanks for url can you try its

  1. Go to Online Store->Theme->Edit code
  2. 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;
}
}