Hi is it possible to have the mobile toggle button placed within the top alternative menu bar? I tried moving it up but it’s zindex means its falling behind. I tried to increase the z index to 11 but that failed.
I’m thinking its a better location for it be placed
Hi!
You need to increase the z-index of the header_main:
#advanced_menu_toggle {
top: -25px;
}
#header_main {
z-index: 10;
}
Regards,
Josue