Okay
  Public Ticket #384702
Mobile Menu hidden by Wordpress Toolbar
Closed

Comments

  • Aaron started the conversation

    When I login as an admin, my mobile menu is hidden behind the Wordpress toolbar. I cant get to the menu or the cart.

    If I go in to my user profile and disable "Show Toolbar when viewing site" it works again.

  •  1,075
    ThemeNectar replied

    Hey Aaron,

    Try adding this into the custom css box located in your Salient Options panel:

    @media only screen and (max-width: 690px) {
    #wpadminbar {
        position: fixed!important;
    }
    }
    


    Cheers

  • Aaron replied

    Sorry for the delay.

    I am updgrading to version 5.5.4, does this fix still apply or is it now included?


  • Aaron replied

    I upgraded, and it was needed.

    When I applied the css change you suggested, it works great.