Why isn't my hero image appearing on mobile view?

Hello,

I have been making edits and noticed that the Hero image on the homepage is not showing up on mobile, can anyone help me figure out what is going on?

See attached images for reference

here is the preview link: https://sibfok592rb5fxuf-11985066.shopifypreview.com

Thanks

MM

1 Like

Hi, @mattpermute
Add this code in top of style.scss file.

@media (max-width: 767px) {
#shopify-section-1613747555ce31c000 a.mobile-hide {
    display: block !important;
}
}

Thank You!

@mattpermute

sorry for that issue this theme code mobile hide this banner but if you need on mobile please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/style.scss.liquid->paste below code at the bottom of the file.
@media (max-width: 767px) {
#shopify-section-1613747555ce31c000 a.mobile-hide {
    display: block !important;
}
}

Dear @mattpermute ,
You have an one bug i will showing you;

Here many white space showing on mobile device.

Go to

assets/style.scss.css

@media screen and (max-width: 767px)
.mobile-carousel_1624981086c56580b8 {
    width: 200%;
    display: block;
}

Update with this code.

After updating its look like this
||
V