Why does my banner get cut off in mobile view?

Hello,

My sliding banners keep getting cut off at the sides when browsing with mobile.

Kindly assist! website: huxley.sg

Thank you!

1 Like

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >theme.css and paste this at the bottom of the file:
.slideshow__media.banner__media {
height: auto !important;
}
.slideshow__media.banner__media img {
position: static !important;
}

I do not have have theme.css (either I don’t have it or I can’t find it)

I paste it under theme editor and it doesn’t work.

1 Like

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >base.css and paste this at the bottom of the file:
.slideshow__media.banner__media {
height: auto !important;
}
.slideshow__media.banner__media img {
position: static !important;
}

Thank you this works!

2 Likes

Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.