I should also mention that I tried disabling the plugins but that didn’t work. I now have Magee shortcodes and Ninja forms activated.
@dearlydeparted Just checked your site on mobile. The hamburger menu works fine..
I still get a regular menu… here’s a screen shot. Maybe iphone6 screen width is just wide enough to turn the hamburger into a menu? Is there any custom code that I could force the hamburger?
@dearlydeparted Thats not the case, as the hamburger icon also appears on ipads which is wider width. Can you please try adding this to your Custom CSS:
@media screen and (max-width: 960px){
#topmenu{ display:none!important;}
#simple-menu{ display:block!important;}
}
Thanks
It works! Thanks for your timely response 🙂