Hi almignardi,
I just had that same issue resolved for me this morning by support and it worked fantastic.
Put this code below in your custom code and it will move the menu down 160 pixels.
Adjust as needed to where you want the menu to appear.
Glen
.main-navigation {
margin: 160px 0 0 0;
}