Blank Space above Footer
-
Hi everyone,
Thanks for your help in advance. I suddenly had a large blank space appear between content and footer on my website. It shows on Desktop and Mobile. I already tried several CSS codes that I found in this forum concerning the issue, but none of them seems to work.
Hoping for more ideas how to solve the issue. 🙂
Thanks
-
This topic was modified 3 years, 2 months ago by
anima11.
The page I need help with: [log in to see the link]
-
This topic was modified 3 years, 2 months ago by
-
Hi @anima11,
It seems that you are using MailPoet WordPress plugin which is causing this issue. You can check if there is any issue with the plugin.
However, you can also apply this quick fix using Style css which will fix this issue for you.
Let me know please if you still face any issue.div#mp_form_popup1 { display: none; }Thanks
SaurabhHello,
After reviewing the code of your website it looks like this space is being caused by the following plugin mailpoet.
I would recommend to review this plugin and how it was inserted into the page. Here is the recommend process to install this plugin. https://kb.mailpoet.com/article/296-add-a-form-to-your-website-with-mailpoet-gutenberg-block
Additionally as a quick fix, is to edit the CSS manually. You can add this by navigating yo your sites Dashboard-> Appearance -> Customize -> Additional CSS
[consent-id]:not(.rcb-content-blocker):not([consent-transaction-complete]):not([consent-visual-use-parent^="children:"]) { display: none !important; }Please let me know if this works for you.
Thank you,
Michael
The topic ‘Blank Space above Footer’ is closed to new replies.