• Resolved valentingvd

    (@valentingvd)


    Hello,

    I have a display problem with the hover submenu. At the first mouse pass, the submenus are displayed to the bottom of the page before retracting. Do you know why? Thanking you in advance for your help,

    The page in question: https://comsulting.fr/

    I work with Flatsome Theme

    • This topic was modified 4 years, 8 months ago by valentingvd.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author megamenu

    (@megamenu)

    Hi valentingvd,

    Thanks for posting a link.

    It is because the images are lazy loaded, and before they’re loaded they’re taking up a lot of “placeholder” height, making the sub menus taller than they should be. I think it would be best to see if there is an option to disable lazy loading on the images displayed within the sub menu. Otherwise, it looks like setting the height of the non-loaded images to 0px should fix it:

    .mega-menu img.lazyload {
        height: 0 !important;
    }

    Regards,
    Tom

    Thread Starter valentingvd

    (@valentingvd)

    Fantastic, it works! Little lag when scrolling down the menu, so I guess it’s related to the images?
    Thanks again Tom!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Show submenus bounce’ is closed to new replies.