• Resolved ingemanncomponents

    (@ingemanncomponents)


    Hello World,

    My problem is as following:
    Whenever the Max Mega Menu plugin is activated, a HUGE White Space is created below the footer. This White Space disappears, when I deactivate the plugin.

    I reached out to the creators of Max Mega Menu, but they told my the problem lies in the Theme I’m using (OceanWP).

    I tried looking through the CSS, but I’m not exactly a ‘coding-whiz’, so I was unable to locate anything out of the ordinary.

    I really hope somebody is able to help me out.

    Best Regards
    Ken Jensen
    Marketing at Ingemann Components

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

Viewing 13 replies - 1 through 13 (of 13 total)
  • Theme Author oceanwp

    (@oceanwp)

    Hello, I don’t see any white space in the footer, can you show me a screenshot to be sure where am I looking at?

    Thread Starter ingemanncomponents

    (@ingemanncomponents)

    Sorry, I forgot to mention the problem only occurs on the product pages.

    Here’s a link to the issue: https://snag.gy/O3wrsE.jpg

    Thank you,
    Ken

    Theme Author oceanwp

    (@oceanwp)

    Oh okay, it is just because you have no content on your page, when you will add content, you will see no white space.

    Thread Starter ingemanncomponents

    (@ingemanncomponents)

    The issue remains on the product pages (with content)

    You can see the issue, if you check this link: Here

    Theme Author oceanwp

    (@oceanwp)

    Have you tried to disable all your plugins to see which one cause this issue?

    Thread Starter ingemanncomponents

    (@ingemanncomponents)

    Yes, when I disable the Max Mega Menu, the White Space disappears.

    But the creators of Max Mega Menu told me that for some reason, the theme creates this Space, whenever the menu-grid consists of a certain amount of elements.

    Theme Author oceanwp

    (@oceanwp)

    Oh yes, sorry, I had not re-read the issue ??
    Try this css code:

    #mega-menu-wrap-main_menu #mega-menu-main_menu li.mega-menu-item > ul.mega-sub-menu {
        display: none;
    }

    I don’t know why it is not added in the plugin by default.

    Thread Starter ingemanncomponents

    (@ingemanncomponents)

    I pasted the code at the bottom of the style.CSS file, but nothing happend?

    Theme Author oceanwp

    (@oceanwp)

    Can you try the code in the custom css section of the customizer? If it works in the customizer, you can add it in the style.css file of your child theme, you will just need to clear your cache.

    Thread Starter ingemanncomponents

    (@ingemanncomponents)

    Okay, so now the White Space is gone! But for some reason the sub menu has been deleted:
    https://snag.gy/iZGzNS.jpg

    Theme Author oceanwp

    (@oceanwp)

    Ok, so we almost found the solution ??
    Remove the other code and try this one:

    #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-megamenu > ul.mega-sub-menu {
        display: none;
    }
    Thread Starter ingemanncomponents

    (@ingemanncomponents)

    PERFECT! Thank you, it Works like a charm!

    Theme Author oceanwp

    (@oceanwp)

    You’re welcome ??

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘White space below footer’ is closed to new replies.