[Support request] logo is moving right when scrolling up from sticky menu

Home Forums Support [Support request] logo is moving right when scrolling up from sticky menu

Home Forums Support logo is moving right when scrolling up from sticky menu

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

    on my website here:
    https://yaronrosen.com/

    when scrolling up (when the header is sticky) the logo moves right several pixels for some reason..
    how can i fix it?

    #429940
    Tom
    Lead Developer
    Lead Developer

    Strange, can you try adding this CSS?:

    body[class*=nav-float-].menu-logo-enabled:not(.sticky-menu-logo) .main-navigation .navigation-logo {
        margin: 0;
    }
    #429952
    Yaron

    woo it work!! πŸ™‚ thank you so much Tom πŸ™‚

    but i am curious what cause this issue, is this something on my css? here:
    https://jsfiddle.net/80hjofhx/

    #429958
    Tom
    Lead Developer
    Lead Developer

    It could be this: .main-navigation .navigation-logo{margin-left: 0px;}

    However it could be a bug in GPP – I’ll take a closer look πŸ™‚

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