Home Forums WoodMart support forum Tabbed Mega Menu misaligned on static header

Tabbed Mega Menu misaligned on static header

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #562766

    xtemos-0973
    Participant

    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.
    #562774

    xtemos-0973
    Participant

    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.

    #562927

    Luke Nielsen
    Keymaster

    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

Viewing 3 posts - 1 through 3 (of 3 total)