Hamburger menu (responsive main menu) disappears on iPhone (e.g. model X). No icon, and no action on click on the place where icon should be
untigo Hi Can you re check the site i can see the Menu icon in phone : http://prntscr.com/r8siov
It works in developer tools e.g Chrome ect. but not on real iPhone mobile
untigo
You can try this custom css:
@media (max-width: 991px){ .navbar-default .navbar-toggle .fa { margin-right: auto !important; } }
put into the file: /templates/ja_good/css/custom.css
Thanks Saguaros, works fine, thans. Was that simple.