Change size for Image Banner - Dawn

Change size for Image Banner - Dawn

MikaelMo
Excursionist
27 0 5

Hi, 

 

We need help to change the imagesize for this Image Banner in Dawn template. The size is nice for mobile, but extremely big for desktop. Please see attached. 

MikaelMo_1-1727703014375.png

 

MikaelMo_0-1727702932181.png

 

Replies 14 (14)

websensepro
Shopify Partner
1211 132 153

Hi @MikaelMo , kindly provide your store URL please. Thanks

Need a Shopify developer?
Hire us at WebSensePro
For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
Subscribe to our youtube channel or buy us a Cofee here

Free Shopify Beginner Tutorial
MikaelMo
Excursionist
27 0 5
namphan
Shopify Partner
1329 164 199

Hi @MikaelMo,

Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:

@media screen and (min-width: 750px) {
    #shopify-section-template--21909981364525__image_banner_QtdVxp .banner {
            max-height: 80rem;
    }
    #shopify-section-template--21909981364525__image_banner_QtdVxp .media > img {
width: auto;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    }
}
Coffee tips fuels my dedication.
Shopify Development Service
Need help with your store? namphan992@gmail.com
MikaelMo
Excursionist
27 0 5

Hi, @namphan 

 

I tried using that code, but it did not work..

MikaelMo_0-1727709399037.png

 

namphan
Shopify Partner
1329 164 199

Hi @MikaelMo,

I checked and the code is giving me an error, can you check it again?

Screenshot.png

Coffee tips fuels my dedication.
Shopify Development Service
Need help with your store? namphan992@gmail.com
MikaelMo
Excursionist
27 0 5

Hi again, 

 

I checked, and it's copied straight from the board you sent me..

namphan
Shopify Partner
1329 164 199

Hi @MikaelMo,

Can you try to copy it?

@media screen and (min-width: 750px) {
    #shopify-section-template--21909981364525__image_banner_QtdVxp .banner {
            max-height: 80rem;
    }
    #shopify-section-template--21909981364525__image_banner_QtdVxp .media > img {
width: auto;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    }
}

 

Coffee tips fuels my dedication.
Shopify Development Service
Need help with your store? namphan992@gmail.com
MikaelMo
Excursionist
27 0 5

That one did not work either.. 

namphan
Shopify Partner
1329 164 199

Hi @MikaelMo,

Can I send you a collaborator invite? it will help me debug everything best

Coffee tips fuels my dedication.
Shopify Development Service
Need help with your store? namphan992@gmail.com
MikaelMo
Excursionist
27 0 5

Sure! How do we do that? 

namphan
Shopify Partner
1329 164 199

Hi @MikaelMo,

Please send me the collaborator code in private message, I will send you the invitation and check it

Coffee tips fuels my dedication.
Shopify Development Service
Need help with your store? namphan992@gmail.com
namphan
Shopify Partner
1329 164 199

Hi @MikaelMo,

Because the current base.css file is an error, it won't work well when added at the end of the file:

1.png

I changed it, please check and let me know

2.png

Coffee tips fuels my dedication.
Shopify Development Service
Need help with your store? namphan992@gmail.com
MikaelMo
Excursionist
27 0 5

Amazing!! How can I make it even smaller? Like these ones. 

MikaelMo_0-1727790756748.png

 

namphan
Shopify Partner
1329 164 199

Hi @MikaelMo,

You just need to reduce 80rem to 50rem or less, it will work fine as you want:

Screenshot.png

Coffee tips fuels my dedication.
Shopify Development Service
Need help with your store? namphan992@gmail.com