Hello!
Just hoping to get some assistance when viewing my homepage on a mobile device. The hero image that I have looks perfect on desktop but it cuts off when viewed on a mobile. How can I prevent this? Thank you!
Website is: www.fightonboxing.com.au
@LukeSmith1
@media screen and (max-width: 500px){
.banner--medium:not(.banner--mobile-bottom):not(.banner--adapt) .banner__content {
min-height: 15rem;
}
}
Add this css at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid
@LukeSmith1
@media screen and (max-width: 749px){
.banner--medium:not(.banner--mobile-bottom):not(.banner--adapt) .banner__content {
min-height: 16rem !important;
}
}
Add this css at the bottom of Online Store->Theme->Edit code->Assets->section-image-banner.css
@LukeSmith1
if helpful kindly like our Solution.