How can I prevent images from filling the entire space?

How can I prevent images from filling the entire space?

Jiozx
Pathfinder
136 4 56

EDIT: I fixed it.

 

I added this to section-image-banner.css:

.banner {
display: flex;
position: relative;
flex-direction: column;
border-top: solid white 5px;
border-left: solid white 15px;
border-right: solid white 15px;
}

 

Omar Al-Ali
Founder of Clothing Brand Axiom Unit
Webshop: https://axiomunit.store
Replies 4 (4)

Torisaxon2580
Shopify Partner
2 0 0

HI lets do this together  i have related issue too

Jiozx
Pathfinder
136 4 56

@Torisaxon2580 find .banner in section-image-banner.css and replace it with this (Dawn theme)

 

 

.banner {
display: flex;
position: relative;
flex-direction: column;
border-top: solid white 5px;
border-left: solid white 15px;
border-right: solid white 15px;
}

 

 

 

Omar Al-Ali
Founder of Clothing Brand Axiom Unit
Webshop: https://axiomunit.store

KetanKumar
Shopify Partner
37598 3668 12156

@Jiozx 

yes ,please share store url

If helpful then please Like and Accept Solution. Partnership of your ️ Coffee Tips and my code can bring miracles.
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
Jiozx
Pathfinder
136 4 56

I have fixed it

Omar Al-Ali
Founder of Clothing Brand Axiom Unit
Webshop: https://axiomunit.store