Topbar Menu Issues

Hello,

I am having issues with my topbar menu. I hope that you can understand from the picture that the dropdown menu is covering the topbar menu items whenever I select the dropdown. I would like it to not do this, but rather fall bellow the menu and not cover the topbar. I am not sure how to fix this. Please help! (website is haileyaravis.com)

-Hailey

Hi Hailey,

To fix this issue, please add the following CSS under Theme Options > CSS:

.x-navbar .desktop .x-nav > li ul {
    top: 80px;
}

Hope it helps :slight_smile:

Hey Thai,

That worked perfectly! Thank you so much!

-Hailey

You’re more than welcome, glad we could help.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.