Home › Forums › Theme support › Problem with Mobile Menu => Celano › Reply To: Problem with Mobile Menu => Celano
Hm, strange, there is missing a class name on the nav element in the header. Have you changed somewhat in the php files?
A quick solution: add this jQuery code in WP admin -> Appaerance -> Theme Options -> General -> Extra Javascript Content:
jQuery('#header nav').addClass('menu-main-container');