Dawn Theme Images in "image banner too big"

Dawn Theme Images in "image banner too big"

BigNoob
New Member
4 0 0

https://restfulnight.store/products/snoreshield

My images are not fitting properly in the Dawn theme, how can I make the 4 pictures fill, rather than stretch to the pre-set dimensions on shopify dawn theme. 
Thanks for all your help 🙂

BigNoob_0-1733820667516.png

 

Replies 6 (6)

Liquid_xPert_SJ
Shopify Partner
1381 143 216

Hi @BigNoob

please refer to the screenshot you can change the height of the image from the theme customizer.

Online Store > Theme Customize  > select Product default template > and select the module you want to customize

testsdsfds.png

 

Thanks

- If you need any technical assistance, feel free to send me a DM. You no longer have to search for answers without getting a response.
- Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
- Your Shopify Solution Specialist For further discussion contact: Email ID- Liqud_3xPert_SJ OR Whatsapp
- Buy a Coffee for me to get more frequently help 🙂
- Hire Me to unlock the full potential of your e-commerce store Now 🙂- If you need any technical assistance, feel free to send me a DM. You no longer have to search for answers without getting a response.
- Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
- Your Shopify Solution Specialist For further discussion contact: Email ID- Liqud_3xPert_SJ OR Whatsapp
- Buy a Coffee for me to get more frequently help 🙂
- Hire Me to unlock the full potential of your e-commerce store Now 🙂
- Need THEME UPDATES but have custom codes? No worries, for an affordable price.
BigNoob
New Member
4 0 0

Hey thanks for your help. 
It sure did help a little, but the banners this way becomes way too big. Is there a way to just reduce the margins of the banner so the image is contained within the best resolution?
thanks

Liquid_xPert_SJ
Shopify Partner
1381 143 216

@BigNoobcan you please confirm how much height you need to show the entire banner? Currently your banners are approx 700+ px height. Thats why your images are showing very larger. You can also use multi column module to display  multiple images in the same row.

- If you need any technical assistance, feel free to send me a DM. You no longer have to search for answers without getting a response.
- Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
- Your Shopify Solution Specialist For further discussion contact: Email ID- Liqud_3xPert_SJ OR Whatsapp
- Buy a Coffee for me to get more frequently help 🙂
- Hire Me to unlock the full potential of your e-commerce store Now 🙂- If you need any technical assistance, feel free to send me a DM. You no longer have to search for answers without getting a response.
- Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
- Your Shopify Solution Specialist For further discussion contact: Email ID- Liqud_3xPert_SJ OR Whatsapp
- Buy a Coffee for me to get more frequently help 🙂
- Hire Me to unlock the full potential of your e-commerce store Now 🙂
- Need THEME UPDATES but have custom codes? No worries, for an affordable price.
BigNoob
New Member
4 0 0

Ideally 500px  x 500px would be fine. I don't need the entire banner space, having a thinner margin horizontally would be better

BigNoob
New Member
4 0 0

Something like 
.banner img {
max-width: 70%;
max-height: 80rem;
object-fit: contain;
margin-right: 100px;
}

In custom CSS gives me the ideal size for my image. But doing that makes my image go on the left and it shows the gray background from the banner. See pic below

BigNoob_0-1733823730155.png

Thanks

Liquid_xPert_SJ
Shopify Partner
1381 143 216

@BigNoob  also add this css code

.banner__media.media.scroll-trigger{
	background-color: #fff !important; 
}

as well as update your code with margin:0px auto: so that your images will go center.
- If you need any technical assistance, feel free to send me a DM. You no longer have to search for answers without getting a response.
- Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
- Your Shopify Solution Specialist For further discussion contact: Email ID- Liqud_3xPert_SJ OR Whatsapp
- Buy a Coffee for me to get more frequently help 🙂
- Hire Me to unlock the full potential of your e-commerce store Now 🙂- If you need any technical assistance, feel free to send me a DM. You no longer have to search for answers without getting a response.
- Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
- Your Shopify Solution Specialist For further discussion contact: Email ID- Liqud_3xPert_SJ OR Whatsapp
- Buy a Coffee for me to get more frequently help 🙂
- Hire Me to unlock the full potential of your e-commerce store Now 🙂
- Need THEME UPDATES but have custom codes? No worries, for an affordable price.