Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author megamenu

    (@megamenu)

    Hi,

    It looks like you already have some custom CSS to try and change the logo z-index. Try changing it to this instead (add position: relative)

    div.site-branding {
        z-index: 999;
        position: relative;
    }
    

    Regards,
    Tom

    Thread Starter Surferdude667

    (@surferdude667)

    Hi Tom!

    You are right! – And it worked. Thank you very much.

    However, (this might be to much to ask) but when i click the toggle, it now looks like the logo is blinking, because the link is this big field.

    I tried to change the width of the toggle, but then i won’t close again. (It’s like the link disappears) Do you know an easy way to simply make the icon the link instead?

    I might buy the pro version if this could work.

    Plugin Author megamenu

    (@megamenu)

    Hi Bjørn,

    The width of the mobile toggle bar dictates the width of the mobile menu (when it’s open), so changing the width of the toggle bar isn’t something I’d recommend. I’m not sure why the logo would blink but maybe you need to check the :focus styling of the logo/toggle bar and see if that’s doing something.

    Alternatively the pro version will let you add a logo directly to the toggle bar, and you could use some CSS to hide the theme logo on mobile.

    Regards,
    Tom

    • This reply was modified 6 years, 8 months ago by megamenu.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Clicking the website logo on mobile will open the menu?’ is closed to new replies.