• Resolved feliciaforbes

    (@feliciaforbes)


    Hi there

    We’ve been using Mega menu for over a year now and it’s been working well… up until now. For some reason the sub-menu is no longer displaying.
    I’ve checked it on web developer tools in devtools and it is there but there is nothing showing up.
    I’ve deactivated plugins to see which one may be effecting it but nothing changed.
    I reinstalled the plugin and that did nothing.
    Any ideas as to why all of a sudden our sub menus are no longer displaying?
    Thanks so much

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

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

    (@megamenu)

    Hi Felicia,

    I would guess your theme has updated and changed the CSS on the header bar. Please go to Appearance > Customize > Additional CSS and add the following:

    #header .container {
    	overflow: visible !important;
    }

    Regards,
    Tom

    Thread Starter feliciaforbes

    (@feliciaforbes)

    Thanks very much Tom. That was it! I was wondering about the changes that the theme had updated but I couldn’t find the difference in the container so I wasn’t sure how to find out. A trap for sore players!
    Thank you so much. I appreciate your rapid response. ??

    Thread Starter feliciaforbes

    (@feliciaforbes)

    Hey there Tom.. sorry, one wee question which I seem to have a coding issue and can’t find an answer… yet.
    The ‘overflow: visible’ on the #header container seems to affect the width of the large screens. So now I have a big white space with scroll if I make the .container visible.
    I’ve tried max-width and width: 100%. I’ve tried placing the overflow just on the #header but the dropdown mega menu does not appear unless the overflow visible is only placed on the .container. Do you have any ideas as to how this can be fixed?

    Many thanks

    Thread Starter feliciaforbes

    (@feliciaforbes)

    As a further update… https://liquidprocess.co.nz/

    The way I see it is to place a display:flex on to the container div, however, this will change the whole container coding where I would need to add further elements and attributes which I’d prefer not to do.
    The overflow:visible; poses to be problematic by placing it on the container div for big screens. Any other ideas would be greatly appreciated.

    Cheers

    Thread Starter feliciaforbes

    (@feliciaforbes)

    Actually I have placed a bandaid on it for now. I positioned: fixed the issue in the float menu.

    • This reply was modified 6 years, 6 months ago by feliciaforbes.
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Mega Menu Sub-menu stopped working’ is closed to new replies.