Dear Shopify community, I’m using the Shopify Maximin theme but I don’t understand how to fix its banner problem the banner looks good on desktop view but it’s showing half of the image in the mobile view and there isn’t any option to upload the image for the mobile site. If there is any solution then kindly let me know. Thanks in advance everyone.
Store URL: https://8a7ffb-5.myshopify.com/ (password: 1)
Images for understanding
Hi @Fahadhassan
I cant overide the code you have, what I can do is o guide how to change it.
In your Online store > Theme > 3 dots > edit code > Go to Asset Folder > Find component-slideshow.css > and find the code below.
And edit the max-width: 100% !important;
Like this.

And Save.
Result:
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
@Fahadhassan , go to component-slideshow.css and locate this piece of code and remove the max-width:none;
slideshow-component .index-slideshow-background img {
width: auto!important;
height: 100%!important;
max-width: none!important;
}
Thank you so much it worked



