Archived topic
Sub-Menu Under Content
3 replies · Started by Linden Wade on November 21, 2021
Viewing posts 1–4 of 4
Hello,
I have an issue with my website.
It appears that the drop-down menu disappears underneath the content on the WooCommerce Shop page and I can't figure out why. I was hoping that you may be able to help 😊
GeneratePress Theme and Plugin are both up to date.
I've added the URL to the private info.
Thanks,
Linden
Hi Linden,
Edit this CSS you've added:
.main-navigation .inside-navigation .main-nav {
position: absolute;
left: 50%;
transform: translateX(-50%);
}
to this:
.main-navigation .inside-navigation .main-nav {
position: absolute;
left: 50%;
transform: translateX(-50%);
z-index: 999;
}
Perfect. Thanks Leo 😊
No problem :)
This archived topic is closed to new replies.