adjunky
Forum Replies Created
-
Forum: Plugins
In reply to: [Max Mega Menu] Duplicate hamburger menues in mobileOK, I found this CSS that gets rid of the default hamburger
@media only screen and (max-width:1325px) and (min-width:0px) {
#top-menu, .fullwidth-menu, nav#top-menu-nav, nav.fullwidth-menu-nav {
display:block!important;
}
#et_mobile_nav_menu, .et_mobile_nav_menu {
display: none!important;
}
}Where the min-width number is the width where the hamburg shows, I made it zero so the hamburg never shows on mobile. Now I only see the Mega Menu logo.
Forum: Plugins
In reply to: [Max Mega Menu] Duplicate hamburger menues in mobileOops. I just found that the Disable Mobile Mobil Toggle was checked. So I unchecked it and the Mega Menu turned into a hamburger. But the default hamburger is still there right next to it. Thanks
Forum: Plugins
In reply to: [Max Mega Menu] Duplicate hamburger menues in mobileThanks @megamenu. This is better. Now, instead of two hambugers, there is the full text menu and the default hamburger still appears but does not work. Is there any way to get just one hamburger menu on mobile?
Forum: Plugins
In reply to: [Max Mega Menu] Duplicate hamburger menues in mobileI have tried these three snippets of code below and none of them remove the seconf hamburger menu
body.mega-menu-primary .navbar-toggler {
display: none !important;
}/*Hide menu on mobile*/
@media only screen and (min-width: 768px) {
#header .top-header .header-navigation {
display: none;
}
}@media (max-width:768px) {
.ast-header-break-point .ast-button-wrap {
display:none;
}.ast-header-break-point .ast-masthead-custom-menu-items {
padding-right:0;
}
}- This reply was modified 5 years, 4 months ago by adjunky.
Cannot change column width. All the solutions I am reading do not work.