Overlapping menu items - Integrity 1

http://tabano.kevinmatan.com . The drop-down section of the menu overlaps with the menu name itself? When I try to find the element using the inspector, there’s no clear position indication

How can I move the drop-down section of the menu below the menu name?

Hello @kmatan,

Please adjust it here: Theme Options > Header > Navbar Top Height

Please increase current value.

Thank you! I was hoping for an option to move the menu items down. Is there a way to have it appear lower than it current does?

Hi @kmatan,

Try using this custom css.

.x-navbar .desktop .sub-menu {
    margin-top: 16px;
}

You can adjust the margin-top if it’s still not positioned corectly. Hope it helps.

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