White space below footer
-
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 ComponentsThe page I need help with: [log in to see the link]
-
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?
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,
KenOh okay, it is just because you have no content on your page, when you will add content, you will see no white space.
The issue remains on the product pages (with content)
You can see the issue, if you check this link: Here
Have you tried to disable all your plugins to see which one cause this issue?
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.
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.
I pasted the code at the bottom of the style.CSS file, but nothing happend?
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.
Okay, so now the White Space is gone! But for some reason the sub menu has been deleted:
https://snag.gy/iZGzNS.jpgOk, 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; }PERFECT! Thank you, it Works like a charm!
You’re welcome ๐
The topic ‘White space below footer’ is closed to new replies.
