WordPress Admin Bar Covering & Overlapping Fixed Menu Header [closed]

One solution to your problem is hiding admin bar from front-end. Maybe there is problem in your css too.

To hide admin bar from front-end:

  1. To remove the toolbar from your site, go to Users > Your Profile. Scroll down to “Toolbar” and uncheck “Show Toolbar when viewing site.”
  2. Add add_filter(‘show_admin_bar’, ‘__return_false’); to functions.php of your theme.