Okay
  Print

Mobile Menu hidden by Wordpress Toolbar

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