Hello there Rob,
I was just visiting this place saw you’re in trouble so thought maybe I could give you some pointers.
I think you can get this done by simple pasting this code in your footer.php file
<?php wp_nav_menu( array(
'theme_location' => 'main-menu',
'title_li' => '',
'depth' => 4,
'fallback_cb' => 'wp_page_menu',
)); ?>