OK I’ve partly answered my own question.
I can remove the menu-toggle with the code below.
.nav-menu, .menu-toggle {display:none;}
But when the browser scales down the navigation bar disappears entirely.
What do I add or change in my child theme style.css to keep the navigation bar as the browser scales down ?
Thanks again.
Found a solution.
I removed the site-navigation from the header.php and coded in my own menu.
It works 🙂 Hopefully this will take care of the problem with the mobile menu not being compatible with IE8.
IE8 doesn’t need a mobile menu, because there is no mobile (or tablet that small) using IE8 as a browser.
@paulwp
Thanks for your reply.
I was reading some reviews and there seemed to be an issue with IE8 and the 2012 theme — but you are saying otherwise 🙂
In any case, I’ve coded a menu into the header.php and I’ve got it looking the way I want it to.