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

    Hi Enfold team,
    I can’t figure this out.
    on this website: https://activedog.org/ when you look at it on your phone. the logo is large at first and then after you scrolled it gets the size I would like it to be.
    Also on desktop I turned of let header adjust to the window size but it looks like its not taking.
    what did I do wrong?
    Thanks
    Tina

    #1489703

    Hey Tina,
    Try this css:

    @media only screen and (max-width: 767.5px) {
    .responsive #top #header_main .logo img {
        height: 80px !important;
        max-height: 80px !important;
    }
    }

    After applying please clear your browser cache and check.

    Best regards,
    Mike

    #1489826

    Hi Mike
    That worked wonderfully.
    Thank you so much.
    Tina

    #1489835

    Hi,
    Glad that we could help.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘logo is too large on mobile until I scroll’ is closed to new replies.