Okay
  Public Ticket #2688681
Issues when WP admin bar is off
Closed

Comments

  • Peter started the conversation

    Hi,

    when I have a logged in user with  WP admin bar turned off, there is a transparent area between the top of the page and the menu bar. 

    Scrolling the website shows website content in this transparent area.

    Is there a way to fill this area or enlarge the menu bar to the top of the page?

    Thanks

    Peter

  •  1,823
    Support replied

    Hello Peter

    Remove this

    .logged-in #navigation {
        top: 32px!important;
    }

    from style.css

    or add 

    .logged-in #navigation {
        top: 0px!important;
    }

    in customizer -> additional CSS


    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Peter replied

    perfect! Thanks for the light-speed response! Issue solved.

    Peter