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

    I followed what was said on most important FAQ (theme forest page) and added it to quick CSS but it doesn’t work.
    The menu stays fix and keeps the same size, that’s perfect. But the logo still resizes smaller.
    Am I wrong somewhere ? Can’t send you the link (working on localhost). Thanks a lot.

    #header_main .container, .main_menu ul:first-child > li a, .logo img, .logo a {
    height: 100px !important;
    line-height: 100px !important;
    }

    html.fixed_header #main {
    padding-top: 100px;
    }

    #201178

    Hi marienoisette!

    Please add following code to Quick CSS as well

    .logo, .logo a, .logo img { max-height: 100px!important; }

    Regards,
    Yigit

    #201187

    Thank you so much ! It works.
    Marie

    #201189

    Hey!

    You are welcome Marie! Let us know if you have any other questions or issues

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Logo in the menu still resizes smaller when scrolling’ is closed to new replies.