Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #340122

    Dear support,

    I’m using the following css in the child-theme style.css file. The css does what it has to do, but when I scroll downwards the logo in the sticky menu gets resized. How can I say that this code only has to be for the normal menu and not sticky menu?

    @media only screen 
    and (min-width : 768px) {
    .logo img { padding-top: 27px !important; }
    }

    Thanks in advance!

    #340353

    Problem is resolved by stopping the resize of the menu. Thanks anyway!

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Logo in sticky menu resizes because of the padding-top’ is closed to new replies.