How can I fix my oversized Hero Banner on my ecommerce site?

Hii all, my first section is Hero Banner and I have problem over 1199 width the image max-width is too large.

you can see image size when using under 1199 width is good and after that is larger.

What css I need to change to fix this it the max-width will not change after 1199

Thank you.

store: berez.org.il

pass: zadoko88

@malul

Hello,

Please add the below code above in theme.liquid

online store >> edit code >> theme.liquid

@media screen and (min-width: 1200px) { .ltn__slider-area{ max-height: 560px!important; } .ltn__slide-item-inner{ align-items: self-start!important; } }

after added the given code store looks like this.

If our solution is helpful for you then Please like the post and tap on accepted.

If you want to discuss any further information then please contact us on our whatsapp.

We will always here for your help.

Thankyou :slightly_smiling_face: