All things Shopify and commerce
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
Thanks!
Solved! Go to the solution
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
If this was helpful, hit the like button and accept the solution.
Thanks
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
If this was helpful, hit the like button and accept the solution.
Thanks
Thanks for accepting the solution.
Please hit the like button also.
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025