Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Adjust Image Banner Size in Mobile View

Solved

Adjust Image Banner Size in Mobile View

thatshampooshop
Excursionist
31 0 3

Hi, 

 

Can anyone advice on how to adjust image banner size for my store in mobile view? 

Store: https://ee15bf-83.myshopify.com/pages/about-us

 

thatshampooshop_0-1725004494287.png

 

Thanks!

 

Accepted Solution (1)

GTLOfficial
Shopify Partner
662 140 133

This is an accepted solution.

Hello @thatshampooshop 
Go to online store ----> themes ----> actions ----> edit code ---->assets ----> section-image-banner.css
add this code at the end of the file.

@media screen and (max-width: 749px) {
.banner--small:not(.banner--mobile-bottom):not(.banner--adapt) .banner__content {
min-height: 12rem !important;
}
}

result
10.png

If this was helpful, hit the like button and accept the solution.
Thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh

View solution in original post

Replies 2 (2)

GTLOfficial
Shopify Partner
662 140 133

This is an accepted solution.

Hello @thatshampooshop 
Go to online store ----> themes ----> actions ----> edit code ---->assets ----> section-image-banner.css
add this code at the end of the file.

@media screen and (max-width: 749px) {
.banner--small:not(.banner--mobile-bottom):not(.banner--adapt) .banner__content {
min-height: 12rem !important;
}
}

result
10.png

If this was helpful, hit the like button and accept the solution.
Thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh
GTLOfficial
Shopify Partner
662 140 133

Thanks for accepting the solution.
Please hit the like button also.

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh