Tabbed Mega Menu misaligned on static header
-
Woodmart 7.5.1
Wordpress 6.5.2
WooCommerce 8.8.3
Elementor 3.21.4
All 3rd party plugins are disabled.
I use a completely static header for desktop with a tabbed mega menu. But when i open the mega menu, it is misaligned and is not below the header but a view pixel to high (see screenshots in private content). After you scroll down the mega menu is aligned correctly.
Attachments:
You must be
logged in to view attached files.
One additional problem with the static header. It is set to be completely static but often it jumps for a very short time when scrolling down. This problem always existed even with older version of Woodmart.
Hello,
1. There is such a behavior when you scroll down and the dropdown starts to be lower. If you want to disable it, paste the code below into the “Desktop CSS” area in Theme Settings -> Custom CSS.
.whb-general-header .wd-dropdown {
margin-top: 25px;
}
.whb-general-header .wd-dropdown:not(.sub-sub-menu):after {
height: 35px;
}
2. Please send any video for a better understanding.
Thank you for your time.
Kind Regards