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
One standard license is valid only for 1 project. Running multiple projects on a single license is a copyright violation.