I don’t mean to spam, but I found a solution to the css issue of the navigation menu.
@benpicton, if you could open the file header.php
path:- wp-content/themes/mog/header.php and just edit line 38 to
<?php wp_nav_menu( array( 'theme_location' => 'primary','container_class' => 'menu','menu_class' => 'primarymenu' ) ); ?>
Your primary menu would look like before. Hope it helps.
I am having the same problem with the menu. From what I could see, the class and id of the divs and ul elements in the navigation menu changes when we create a custom menu which messes up the css of the primary menu set up by the developer.
It would be a great help if the developer could fix the CSS issue so that we can create custom menus easily. The theme is great though! Love it.