HI @spencey,
Menu dropping line issue happens because you have too much menu link and it doesn’t fit on just one ROW. The space is not enough. The easiest work around is to adjust spacing between menus.
Try to add this custom CSS on Theme Options > Global CSS:
.x-navbar .desktop .x-nav>li>a>span {
padding: 0.875em .5em;
}
Still best option though is to use short menu link or rearrange menu and put other links as submenu.
Team picture image overflows on the columns/container. Please add the fix provided here.
Hope this helps.