This topic has 2 replies, 2 voices, and was last updated 5 years, 9 months ago ago by Olga Barlow
Hi
I have removed all the padding from the last element on my homepage however it is still showing padding between the footer and the element. I have included the link in the private content.
Hello,
This is the default margin for the page content to footer. If you want to remove it for this page only then add the code below to page custom CSS. In case you want to remove it for the whole site add the code to child theme style.css
.page-content {
margin-bottom: 0;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up