Hi there,
On line 74 of your styles.css file you have the following CSS rules:
.menu-item .sub-menu
{
background-color: inherit;
display: none;
font-size: 0.8em;
max-width: 160px;
position: relative;
}
The position: relative is causing the issue so please speak to a CSS developer or find a way to make the declaration more specific and it should solve your issues.
All the best
Thread Starter
RenaR
(@renar)
Thanks so much! we switched the position to relative for mobile devices.
Best,
Rena
Hi Rena,
No problem – glad you got it working!
All the best