-
AuthorPosts
-
February 6, 2018 at 6:21 pm #908709
Dear Kriesis,
I’d like my main menu to switch to mobile menu at 768px browser width. Currently ist hides at 767px what looks uggly on tablets on portrait. Activation of the mobile menu on browser width 990px in Enfolds settings panel does not work.
Thank you and best regards
AnneFebruary 6, 2018 at 6:39 pm #908719Hi
The same issue here.
Thanks
TomasFebruary 6, 2018 at 8:56 pm #908804Hi,
@FrameworkDigital please create a different ticket for your issue.
@annevoelkel can you please provide us with admin details please?Best regards,
BasilisFebruary 6, 2018 at 10:53 pm #908851Temporary WP-admin account?
Regards AnneFebruary 7, 2018 at 7:50 am #908944Hi Anne,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 768px) { nav.main_menu { display: block !important; } #avia-menu .menu-item { display: none; } .av-burger-menu-main.menu-item-avia-special { display: block; } }
If that doesn’t work then please post admin login details in private so that we can have a closer look.
Best regards,
RikardFebruary 7, 2018 at 12:39 pm #909076Hi Rikard,
so sorry, when I add an !important only the menu switches to burger but the sidebar does not hide. I use my child them css instead of quick css.
It’s only one pixel away.
Best regards AnneFebruary 7, 2018 at 2:47 pm #909191Hi,
We added added the following css codes in the Quick CSS field.
@media only screen and (max-width: 768px) { nav.main_menu { display: block !important; } #avia-menu .menu-item { display: none; } .av-burger-menu-main.menu-item-avia-special { display: block; } .responsive #top #wrap_all .container { width: 85%; max-width: 85%; margin: 0 auto; padding-left: 0; padding-right: 0; float: none; } .responsive #top #wrap_all #header { position: relative; width: 100%; float: none; height: auto; margin: 0 !important; opacity: 1; min-height: 0; } .responsive #top .av-main-nav .menu-item { display: none; } .responsive #top .av-main-nav .menu-item-avia-special { display: block; } .responsive.html_header_sidebar #header .av-main-nav > li { margin: 0 10%; } .responsive #top #wrap_all .main_menu { top: 0; height: 80px; left: auto; right: 0; display: block; position: absolute; } .responsive.html_header_sidebar #main { border: none; } .html_cart_at_menu.html_header_sidebar #header_main .avia-menu { margin-top: 0; } .responsive #top #main { padding-top: 0 !important; margin: 0; } .responsive #top .logo { position: static; display: table; height: 80px !important; float: none; padding: 0; border: none; width: 80%; } .responsive .logo img { height: auto !important; width: auto; max-width: 100%; display: block; max-height: 80px; } .responsive #top .av-logo-container .avia-menu { height: 100%; } .html_cart_at_menu.html_header_sidebar #header .av-main-nav-wrap { width: auto; } }
You may need to adjust a few elements such as the logo.
Best regards,
IsmaelFebruary 7, 2018 at 3:00 pm #909200Thank you very much for your quick and helpfull support!
It looks much better now.
Best regards AnneFebruary 7, 2018 at 8:25 pm #909368Hi,
Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)Best regards,
Basilis -
AuthorPosts
- The topic ‘hide sidebar with main menu at 768px browser width’ is closed to new replies.