Hi,
My shop banner on mobile is way to large and zoomed in. Is there a way to make it smaller on mobile?
Thanks.
Alicia
Hey aliciapotts,
Thank you for the inquiry.
You can use this css code to adjust the height of the banner on mobile view.
@media only screen and (max-width: 767px) {
#av_product_description {
max-height: 172px;
}
#av_product_description .av-parallax {
height: 100% !important;
top: 0 !important;
transform: translate3d(0, 0, 0) !important;
}
}
Best regards,
Ismael
perfect. thanks so much