Dawn Theme - How to fit wide and low in the image Banner section?

Hi,

I’m trying something simple (in my eyes) but can’t seem to get it working: I want to add a banne / image in the banner image section howvere, tha banner that I want to display is wide and low (and not square) but all images seem to get “sqaured”. Is there a way to change this to accomodate for some wide and low images or are we stuck with these HERO images?

Dimensions of my banner are roughly 3X1 (so three times as wide as high)

Hi send me your website i can have a quick look

1 Like

@momoluca

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

Hey @KetanKumar @momoluca , here is the link, thanks

sorry, forgot the link

https://vg9itykdvmbc952z-25067782228.shopifypreview.com

hello @dorfke

do you want to look like this see screenshot https://nimb.ws/YLTePF

hey, thanks, but I think I was’nt clear enough on my initital request :slightly_smiling_face:

the banner that I want to change is the one on the bottom: between the products and the “blog posts”. Now I’ve tried to solve it via text + image but as you can see this is not ideal. Ideally I want the banner over the full width of the page. If I use only banner image, than the image get’s blown up and lefgt an right are no longer visible.

tx!

1 Like

hello do you like this https://nimb.ws/zLFN64

@dorfke

can you please add this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css ->paste below code at the bottom of the file.
#shopify-section-template--15054650966165__16317975192264b593 .grid--2-col-tablet .grid__item {
    width: 100%;
}
1 Like

Yes, this is exactly what I want

Hey @KetanKumar

I would also like to add this to the default product and collection page, what do i need to do to make this work?

1 Like

@dorfke

can you please show me issue images

1 Like

@dorfke

yes please add this code

#shopify-section-template--15054650900629__1632166851234e869c .grid--2-col-tablet .grid__item {
    width: 100%;
}
1 Like

hi @KetanKumar

apparently this is no longer working after a new update. I tried to apply the same logic to the new picture, but it’s still not working, what am I doing wrong?