Thanks for that. Not sure I entirely understand how to prevent the entire site from switching to mobile site if window less than 800 wide. Do I need to place all navigation css within these tags in my child css file?
@media all and (min-width: 600px) and (max-width:800px) {
/* */
}
Or are there css pages within the theme that I need to amend?
Thanks rdellconsulting
James