This topic has 2 replies, 2 voices, and was last updated 2 years, 6 months ago ago by Olga Barlow
Hi I have created my home page and the last picture is having 0px in both row, column settings but still it is not touching the footer and there is a white gap before the footer
How can I change that and have my last picture touching my footer?
Thanks!
Hello,
It’s because of the default padding for the page content. Go to Theme Options > Custom CSS > add the below code to remove that padding
.home .content-page {
padding-bottom: 0;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up