Image Banner Block Text Info Not Showing On Mobile

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

Hi @riveringroots

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

Hi @riveringroots

You can follow the instruction below:

  1. Go to Shopify > Theme > Customize

  2. 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!!