Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #314714

    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

    #314862

    Hi!

    You need to increase the z-index of the header_main:

    #advanced_menu_toggle {
        top: -25px;
    }
    #header_main {
        z-index: 10;
    }

    Regards,
    Josue

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.