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!
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!
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.