Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1308727

    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

    #1309038

    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

    #1309075

    perfect. thanks so much

    #1309193

    Hi,

    Great, I’m glad that Ismael could help you out. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.