Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #445165

    Hello
    On my side of the upper logo does not decrease as you scroll through pages.
    How can I fix this?
    http://www.plan2.pl

    Qiuck CSS

    .logo {
        margin-top: 14px;
    }
    .header-scrolled .logo{
        margin-top: 0;
    }
    .page-id-2539 #av_section_2 .template-page.content.twelve.alpha.units {
        padding: 20px 0;
    }
    .avia-icon-list-container {
    margin-bottom: -20px;
    margin-top: 10;
    }
    @media only screen and (max-width: 767px) { 
    .responsive .logo a, .responsive .logo img {
    max-width: 80%;
    height: auto !important;
    margin-top: 5px!important;
    }}
    #445540

    Hi qeeqac!

    Thank you for using Enfold.

    Aside from the css modifications, did you edit or add any files? I checked the logo but I’m not sure why it doesn’t shrink automatically.

    Cheers!
    Ismael

    #445597

    Hello Ismael.

    The changes apply only to qiuck CSS file.
    In addition to these changes did not correct the other template files.

    #447095

    Hi!

    Please add following code to Quick CSS

    .header-scrolled .logo img {
      max-width: 70%;
      top: 5px;
    }

    Regards,
    Yigit

    #447141

    Hi Yigit.
    It works. Thank you.
    Regards,
    QeeQac

    #447150

    Hey!

    You are welcome, we are always happy to help! Let us know if you have any other questions or issues :)

    Regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Menu logo not scaling properly.’ is closed to new replies.