Margin Dropdownmenu

Hi. pls check: https://www.rohrmoos.de/

Since the last Wordpress Update I have a margin between the navigation items and the dropdown menues.
I checked header builder, but the margin-top for dropdown is 0px.

Thx
Andre

Hi Andre,

Thanks for writing in! Could you please try adding the following CSS rule into your X -> Theme Options -> CSS area and see if that helps.

.x-dropdown {
    top: 70% !important;
}

Thanks!

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