live site – http://balrajt8.sg-host.com/
I created a custom header on the top far right by following this https://kriesi.at/documentation/enfold/header/
It looks great but I added two text links “Our Story” and “Medical Team” but I cannot click on the link.
Please assist.
Thanks
Hey,
Thanks for contacting us!
I just checked the buttons on your header but both links work fine for me. Have you figured it out already? :)
Best regards,
Yigit
Its acutally not working on my end and I have checked several computers
I am using chrome browser.
what browser are you on? Can you ask someone else to check please?
Hi,
Thanks for the update.
Try to increase the z-index of the header widget with this css.
#top #header #header_main .widget {
position: absolute;
right: 100px;
top: -20px;
z-index: 999;
}
The css rule above already exists, so all you need to do is add the z-index property. Let us know if that helps.
Best regards,
Ismael
Works pefect
Thanks!