That is because the site title container ends up over top of the menu.
We can change the overlay and make the site title be under it, but do you realize that depending on the browser size the site title actually overlaps the menu making them unreadable?
I think you should first fix the layout /position for the site title .
One thing you can do is add the rule below in Main options > Fonts & Custom > Custom CSS Rule box
#site-title {display:inline;}
It will make the title be below the menu bar so they dont interfere in any way