Okay
  Public Ticket #2682780
Menu Header
Closed

Comments

  • point33 started the conversation

    Awesome theme you've created there. Very intuitive. However, one question; 

    Is there a way to have the logo change to a smaller version once you start scrolling down the page?

    If not I guess I can just make the menu header unsticky, but how?

    Thanks for your help.

  •  179
    Andrey replied

    Hello, Dear Customer!
    We offer you to reduce the size: 210x100 pixels. But to fix your current issue for all headers, please WP Dashboard=>Customize=>Additional CSS and paste this code here:

    a.logo img {
        display: inline-block;
        vertical-align: top;
        max-height: 75px;
    }
    

    And press Publish button. Then check results at Front-End.

    Best Regards!