Hi
I am using a fullwidth Sub Menu with around 40 menu items so it creates two rows. That’s all fine except that when a sub level dropdown is revealed on an item in the top row the drop down is displayed behind the bottom row of the menu, so the first items in the drop down are obscured. Is there a way to make the drop down display over the top?
many thanks
Peter
Hey envapk2!
We are working on your ticket please wait while we update the results here soon.
Please add the below code to your child theme or in Quick CSS
.sub-menu{
z-index:9999!important;
}
Regards,
Vinay Kashyap
Hi Vinay
That’s great, many thanks
Peter