Hey there!
First off, thanks for all the continued help… you guys rock.
OK so I am trying to troubleshoot a problem that I cannot quite figure out…
I modified the header.php and help-main-menu.php files to add another “Contact” link on the left side of the header. It is working as I want, however the word “Contact” is being generated below the . If you click on the work Contact nothing happens, however if you mouse right above the word you can see that the link is clickable. I am wondering how to extend the clickability of the link to extend down to the word “Contact”
I tried playing with the ‘s padding, margin, position but none of those really worked.
Any tips would be much appreciated!
Thanks :-)
Hey FZKFranziska,
Please try the following in Quick CSS under Enfold->General Styling:
.millicent-menu a {
z-index: 10;
}
Best regards,
Rikard
Hey Rikard,
That worked perfectly! Can you explain why the z-index would effect the clickability of the link like that? Was the word always clickable but was being covered up by other elements with higher z-indexes?
Thanks for all the help.
Hi,
That because an other elmenet is on top of it, so the otpion we give – gets the link before everything else
Best regards,
Basilis