I have spent a good hour on trying to change the layer order of my logo/menu. I canoot for the life of me get the logo z-index to be “above” the menu.
This is causing issues when clicking on the logo. It takes you to one of the pages, instead of home. Make sense?
http://s23.postimg.org/f5ioacoe3/z_index_logo.png
Thank you for your kind help guys.
-Pat
Hi Pat,
Can you post the link to your website please?
Regards,
Josue
Hi!
Please add this on your custom.css or Quick CSS:
div .logo {
position: absolute;
z-index: 9999;
}
Best regards,
Ismael
Hello Isamael. Thank you for your help. I tried this, and it worked, but then the logo overlapped the menu items (making them unclickable.)
Here is my URL if you’d like to take a look. http://goo.gl/GbgbhY
Hey Patrick!
Use this code:
div .logo {
position: absolute;
z-index: 9999;
height: 100px;
}
Best regards,
Josue
Josue, thank you! That did the job! :-)
Thanks again Ismael for your help as well.
-Pat