Hello,
I have an image banner coded to have a text box layered on top; it was initially showing on mobile view, but now it is not, and I need help figuring out what happened.
Thank you!
Desktop
Mobile
I notice that the mobile text does not overlay the image like it does on desktop; instead, the text shows below. You can check it again. If it is not working You can share store link, I will check for you.
Hi,
I do not see the text showing below the image on mobile. I would be okay with this option if I could figure out what is going on.
URL: https://riveringroots.com
pass: rtawqpz
You can follow the instruction below:
Go to Shopify > Theme > Customize
Copy and paste this code on Theme settings > Custom CSS section
@media screen and (max-width: 749px) {
.banner--mobile-bottom:not(.banner--stacked) .banner__content {
display: block !important;
}
}
I hope it helps.
@LizHoang thank you so much!!