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
Hi jyoon9191!
Please try adding following code to Quick CSS
.main_menu_new_line { z-index: 9999 !important; }
Cheers!
Yigit
That worked great! I am wondering why z-index 999 didn’t work but 9999 works?
Thank you so much!
