Archived topic
Dropdown / Submenu not below the button
5 replies · Started by Dan on February 4, 2018
Hey there.
First time using GeneratePress (as well as Elementor), and so far I think their both great, however I ran into a bit of an issue with the submenu dropdown. It's likely from settings I've tweaked to align things with the top sections, but basically, when you hover over a menu item, the "dropdown" shows up ontop of the button instead of below.
Any advice would be greatly appreciated, thanks.
Hi Dan,
You have this CSS added:
.main-navigation ul {
margin-top: -70px;
}
If you want to target the main navigation, just use .main-navigation.
Let me know if you need more info :)
Hey, thanks for the quick reply. I tried adding the code but nothing seemed to change.
Hi there,
You need to remove this code you've added:
.main-navigation ul {
margin-top: -70px;
}
Oh I see, sorry about that, and thanks, it's working!
Glad we could help :)