I have a dropdown menu. In this menu if there are parent pages, the first link becomes non-clickable. It is supposed to act as a link.
Check the page
As you can see when you are on About Us page it is non-clickable.
What is the problem with it?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
When the sub menu ul becomes visible, it is placed on top of the parent li and thats why it became non-clikcable. Modify the style.css as below and it should work fine.
Style.css (line 67)
Style.css (line 170)
Screenshot