Comments Aaron started the conversationMarch 3, 2015 at 11:19amWhen 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,075ThemeNectar repliedMarch 5, 2015 at 5:57am 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 repliedMarch 14, 2015 at 1:09amSorry for the delay.I am updgrading to version 5.5.4, does this fix still apply or is it now included?Aaron repliedMarch 16, 2015 at 5:31amI upgraded, and it was needed.When I applied the css change you suggested, it works great. Sign in to reply ...
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.
Hey Aaron,
Try adding this into the custom css box located in your Salient Options panel:
Cheers
Sorry for the delay.
I am updgrading to version 5.5.4, does this fix still apply or is it now included?
I upgraded, and it was needed.
When I applied the css change you suggested, it works great.