Dawn Theme - Decrease Image Banner Height

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?

Here is the link to the site:

https://l30cjpgghc536qm1-58509525168.shopifypreview.com

pw: freogi

1 Like

@LaDolce

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

@dogs

Please share store URL and screenshot what do you want!

Thanks!

https://3dogscapetown.myshopify.com/admin/themes/120678088785/editor

@dogs

Please share store front password !

Thanks!

I shared in PM

@dogs

i will check and send solution

Thanks!

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.