Access a community of over 900,000 Shopify Merchants and Partners and engage in meaningful conversations with your peers.
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.
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;
}
}
User | RANK |
---|---|
233 | |
101 | |
92 | |
56 | |
42 |