Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #593415

    I added a new line on top of main navigation menu like following:

    Screenshot: http://postimg.org/image/wsug3gx0d/
    Code: http://postimg.org/image/hnscuio6d/

    The problem is that I cannot click the “register and login” buttons through “nav” panel. Do you have a trick to make this happen? I tried to make nav panel’s z-index to have -1 but then “register and login” is clickable but I cannot click navigation menus.
    `
    I cannot provide link because it’s behind VPN at the moment. Any advice would be appreciated. Thanks

    #593430

    Hi jyoon9191!

    Please try adding following code to Quick CSS

    .main_menu_new_line { z-index: 9999 !important; }

    Cheers!
    Yigit

    #593433

    That worked great! I am wondering why z-index 999 didn’t work but 9999 works?

    Thank you so much!

    #593437

    Hey!

    !important rule might have helped :)
    You are welcome, glad we could help! Let us know if you have any other questions or issues

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Click links in div(custom new line) behind Navigation Menu’ is closed to new replies.