Remove bottom space below footer
-
Dear,
At the bottom of my page, you can see some white space below the footer.
How to remove this please?
Thanks
Attachments:
You must be
logged in to view attached files.
There are two possible solutions:
1. Use the following custom code to overwrite footer spacing:
.footer-column.footer-column-1 {
margin-bottom: 0;
}
.footer-sidebar.widget-area {
padding-bottom: 0;
}
2. Remove “background-color” and “stretch row” from the footer section that is set in the WPBakery editor (https://prnt.sc/3lmJGY1MooY6), configure footer background color and color-scheme via theme settings => footer => color-scheme options (https://prnt.sc/ClteoLYOPwZZ) and reorganize footer rows spacing using WPBakery padding\margin options.
Kind Regards
Dear Bogdan,
I applied your custom code but I still see some paddings. Can you check ?
Thanks
Simon
Attachments:
You must be
logged in to view attached files.
Your footer HTML-block content has empty <p>
tags on start and end which adds additional spacing (https://prnt.sc/hEFUdhOSHhFX).
Navigate to your footer HTML-block, switch to the classic editor mode (https://prnt.sc/D9RVvig4C89r), and remove <p>
tags around the footer shortcode.
Kind Regards
I don’t see any <p> in the Footer HTML Block. I copy-pasted the entire code in private below.
Hello,
Please, provide us with your admin access so we can log in and check this on your side.
Thank you in advance.
Hi,
We have checked your site footer and it’s looking normal now (https://prnt.sc/4qugixucC-ft).
Kind Regards