Hi! If you look at my site:
oscar-me.com
You will see that the “Services” drop down doesn’t line up correctly. You have to scroll down in order to click on the dropdown link. Can you help with this?
Hi! If you look at my site:
oscar-me.com
You will see that the “Services” drop down doesn’t line up correctly. You have to scroll down in order to click on the dropdown link. Can you help with this?
Hi Amy,
I spend some time on the front end of the website. The problem that you are experiencing is not because of the Navigation element itself. There is a custom CSS that causes the main content wrapper to override the z-index of the dropdown menu. That is why if you bring your mouse to the very top of the dropdown it works, but from a point that the content below starts, the mouse hand icon turns into an arrow and dropdown vanishes, this shows that the lower content has higher z-index somehow.
This is not part of the original setup of the theme. It must have been customization that caused this issue. Please kindly remove any CSS code that you added in Pro > Theme Options > CSS or any place else and test the case.
kindly get back to us with the result of the steps above and URL/User/Pass of your WordPress dashboard using the Secure Note functionality of the post to follow up the case if you still have problems.
Thank you.
Hi - I do not want to remove any CSS because it is just for the background color and to align my images/text to the center. This problem was happening before I entered any CSS.
I will send a secure note.
Hi Amy,
Do you want the dropdown closer to its parent menu? If so, please add this to your inline menu Element CSS area.
$el .x-dropdown {
margin-top: -40px;
}
Hope it helps,
Cheers!
Hi - no, that is not what I wanted. The drop down links do not line up with the text. If you go to the website listed above and try to clikc the first drop down link under “services” (Business plans) you won’t be able to.
Hello Amy,
You have two bars which has the same z-index of 9999. Please edit your header and change the z-index of the second bar to much lower than the z-index of the first bar.
We would love to know if this has worked for you. Thank you.
THANK YOU!!! That worked perfectly!
You’re always welcome!
Cheers.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.