Tagged: Hamburger-Menu
I need hamburger menu always on and located top left.
At present, it will disappear on mobile view :(
Please advise of CSS required?
Hey washem,
When I loaded your page on my mobile phone, I can see the hum there.
Not sure that we understand exactly what is the problem or what you need to achieve.
Best regards,
Basilis
no, definitely not there on a mobile?
the hamburger menu is no where to be found?
please help?
We want the hamburger menu to be there all the time!
see below
desktop with hamburger top left
http://rn-s.mds-test.bitnamiapp.com/wp-content/uploads/sites/4/2018/08/desktop-with-hambuger.jpg
Mobile view no menu
http://rn-s.mds-test.bitnamiapp.com/wp-content/uploads/sites/4/2018/08/mobile-no-menu.jpg
Hi,
The mobile menu is not displaying because of the following css code.
#header_main > .container {
display: none;
}
Please remove that css code. If it doesn’t work, set the account user role to admin so that we can check the settings.
Best regards,
Ismael
Ismael,
thanks that has made the hamburger menu return to the top right hand corner in mobile mode.
I need the hamburger menu to stay on the left hand side as per desktop. It should have the same position on both mobile and desktop please?
see live example now
where is the breakpoint code for the desktop version of the hamburger, if I can reset this I should be fine!