Solved

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

dorfke
Excursionist
34 1 3

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)

Accepted Solutions (2)
KetanKumar
Shopify Partner
36843 3636 11978

This is an accepted solution.

@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%;
}

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing

View solution in original post

KetanKumar
Shopify Partner
36843 3636 11978

This is an accepted solution.

@dorfke 

yes please add this code

#shopify-section-template--15054650900629__1632166851234e869c .grid--2-col-tablet .grid__item {
    width: 100%;
}
If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing

View solution in original post

Replies 14 (14)