Why is my image banner not fitting on mobile view?

Hi,

Good day to all!

On mobile view, the image banner on the top does not entirely fit. Need everything to fit on the mobile. Thank you.

shopify url: https://axletirewheel.myshopify.com

I’d appreciate the help

Thank you

Password protected please

Hello, thank you here is the password: tangoh

I checked the image is for desktop, its not optimized to fit in mobile, maybe it can be centered with just plain CSS with that image but id suggest you change the image or do this..
If the theme is customizable, you can create an image for mobile, and set images for desktop and for mobile.
This can also be done using custom code with shopify liquid and schema.

Hi Geobertz, thanks is the size 1080×720 - is good?

Hi @Marketing1KC

I recommend you add a slider image size of 1500 × 600px. At this time, if I make the image on mobile appear the same as on desktop, it will look like this.

Hi Dan-From-Ryviu, thanks I already updated the image size but still not fitted in mobile view.

Hi, the image size still cannot cover your texts and button in mobile, so may you can try to change it to like this.

hello, yeah that should work, how to do that :slightly_smiling_face:

Please add this code to Custom CSS of that section in Online store > Themes > Customize

.banner__media,
.banner__media img {
position: relative;
}

not working - just blank gray