Hello Nevzat, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: @media only screen and (max-width: 767px) { div#MainNav { display: none; } } Thanks & Regards Pramod
Dear Pramod, Thanks you very much, this solved my issue. The menu bar on my mobile is now visiable. Its black. Is there a way to give it another collor? gr, Nevzat
Hello Nevzat, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: @media only screen and (max-width: 767px) { .mean-container .mean-nav ul li a { background: green; } .mean-container .mean-bar { background: orange !important; } .mean-container .mean-nav ul li a:hover { background: red !important; } } Change colors according to your requirement. Thanks & Regards Pramod
Hi there, I have followed the instructions above, but still cannot get the menu to show up on an iphone. Also the header looks disproportionately small. Have you any suggestions? http://www.236technoticks.com
Hi Pondhopper, Kindly, download a fresh copy of latest version of this theme from members area and upload it to your website. This will resolve your issue. Thanks Praveen