Hi - Wondering if anyone could help me adjust how my mobile banner appears? Currently, the text box sits under the image. I’d like to get it to sit on top of the image. Any recommendations?
Site url: squirrelsgranola.com
Hi - Wondering if anyone could help me adjust how my mobile banner appears? Currently, the text box sits under the image. I’d like to get it to sit on top of the image. Any recommendations?
Site url: squirrelsgranola.com
Hi @zarouna
1: Online store > themes > Actions > Edit code > Assets > base.css
2: paste at last
@media screen and (max-width: 749px) {
.banner--mobile-bottom:not(.banner--stacked) .banner__content {
position: absolute!important;
height: 100%;
}
.banner__box.color-inverse {
background: unset;
}
}
Thank you so much Kani! This worked perfectly.