Hello,
I would like to reduce 50% the height of the image banner in this shop
password: suzanne
Can anyone help me ?
Thank you in advance,
Marta.
Hello,
I would like to reduce 50% the height of the image banner in this shop
password: suzanne
Can anyone help me ?
Thank you in advance,
Marta.
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!
@dmwwebartisan Amazing! Thank you so much!