Site logo

[Resolved] Sticky header issues

Home Forums Support [Resolved] Sticky header issues

Home Forums Support Sticky header issues

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

    The sticky header functionality on my site is a bit faulty. When scrolling down, the logo is blurry to the point that the user can’t make it what it’s.

    Secondly, I also want to know how to add a bit of padding around the button at the end of the menu. This padding is mostly for when the user is scrolling.

    The image highlighting these two issues has been attached.

    Thanks in advance.

    https://i.postimg.cc/nzkYTTNZ/sticky-header-issues.jpg

    #1747562
    Ying
    Staff
    Customer Support

    Hi Benjamin,

    The URL of the logo in sticky navigation doesn’t seem right, the size is only 16px*7px.
    https://www.screencast.com/t/OVHS0wcWAYE

    Did you use some plugin to upload them? If so, could you try the original WP way to upload the image again in custmozer > layout > sticky navigation > Sticky Navigation Logo? Let me know.

    Try this CSS for padding:

    @media (min-width: 769px) {
        nav#sticky-navigation {
            padding-left: 50px;
            padding-right: 50px;
        }
    }
    #1748625
    Benjamin

    Thanks. It’s working now.

    #1749789
    Ying
    Staff
    Customer Support

    Glad to hear that 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.