Reduce height of banner of Image Banner in Dawn Theme

Hello,

I would like to reduce 50% the height of the image banner in this shop

https://suzanne-raffellini.myshopify.com/?_bt=eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaVZ6ZFhwaGJtNWxMWEpoWm1abGJHeHBibWt1YlhsemFHOXdhV1o1TG1OdmJRWTZCa1ZVIiwiZXhwIjoiMjAyMS0xMC0xNFQxMzoxNTozOC4yMTdaIiwicHVyIjoicGVybWFuZW50X3Bhc3N3b3JkX2J5cGFzcyJ9fQ%3D%3D–7fc52f8feaaecd719282f0a278e6c52609881d14&key=7f9146babc6a15306fda3551de9e34ef8c011ab95bae85af3f8b8fe93f58d144

password: suzanne

Can anyone help me :slightly_smiling_face: ?

Thank you in advance,

Marta.

1 Like

@MartaSantacana

Please add the following code at the bottom of your assets/section-image-banner.css file.

@media screen and (min-width: 750px){
 .banner { min-height: 50rem !important; flex-direction: row; } 
}

Thanks!

1 Like

@dmwwebartisan Amazing! Thank you so much!