Hey there,
I figure this out. Basically you need to hide the announcement bar wrapper that wraps the navigation menu when you create the announcement bar.
Add this code to the advanced options code injection of the page. Works like a charm.
<style>
.header-announcement-bar-wrapper {
display: none !important;
}
</style>