Slidehow images get cut off on Mobile version

Hi everyone!

I wanted to ask for your help on something :disappointed_face: I keep having a problem at the moment of previewing the mobile version of my shop. My slideshow images keep cutting off only on the mobile version and even after trying some of the codes mentioned on previous discussions from other sellers with the same problem, I still can’t fix it.

I’d really appreciate it if someone could give me some advice.

I’m using the Studio theme

My shop is: www.thequietwitch.com

Preview password: 1509

Desktop version is working perfectly, I’m only struggling with the Mobile version (I’m attaching some reference pictures)

Thank you so much for your help in advance.

Hi @Quietwitch ,

Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:

@media screen and (max-width: 749px){
#shopify-section-template--16633408585963__slideshow .banner__content {
    min-height: 15rem !important;
}
}

Hope it helps!

1 Like

Thank you, thank you, thank you so much!

It works perfectly now :grinning_face_with_smiling_eyes: I really appreciate the help

Have an amazing weekend!

1 Like