I’ve just setup Dawn on my site, and I’d like to make the Image Banner on the home page take up less room. I’ve tried adding images of different sizes, and they all get cropped on the sides to vertically fill the Image Banner block. How can I edit the code to fix this issue?
1 Like
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!
4 Likes
Thank you @dmwwebartisan , that solved the problem! I was able to adjust the min-height value to fine tune the image banner height.
1 Like
Please assist - I need to re-size dawn banner so it fits - I dont know where to add code/ change code
I shared in PM
Ive tried this code and it makes no difference to my banner size. What am i doing wrong?
1 Like
Spent HOURS trying to find this right solution. THANK YOU!
Hi, Did you find a solution? I’m having the same problem.

