tHi,
I am using JA Alumni template and on an iphone, the menu control bar doesn't appear. It is there but only on hover. How do I make the menu control bar visible?
Thanks for any suggestions.
Tom
cspgsl Hi Add this code in custom.css file to show it
.navbar-default .navbar-toggle { background-color: #00356b; }
Its due the color is same when you scroll down.
Regards
Thank you for your help. This solved the issue.
cspgsl You are welcome!