I can see the template use bootstrap. The bootstrap navbar use position:fixed, top:0 css property to displaying the menu, by covering the Apollo Bar.
Remove this css setting out bootstrap.css. I tested in Chrome and worded fine.
.navbar-fixed-top {
top: 0; /* Remove/Comment this line */
}