Hi,
I need to reduce the space between last section and footer on home page.
I’ve have tried adding in .content-page{margin-bottom:-44px!important;} to the custom css on my page but the space still remains..
Please advise.
Thanks
This topic has 8 replies, 3 voices, and was last updated 10 years, 4 months ago ago by Eva Kemp
Hi,
I need to reduce the space between last section and footer on home page.
I’ve have tried adding in .content-page{margin-bottom:-44px!important;} to the custom css on my page but the space still remains..
Please advise.
Thanks
Hello,
Try to use this code:
.page-content {
margin-bottom: 7px !important;
}
Regards,
Eva Kemp.
Hello,
I’ve added the following code in Global Custom CSS. Please check.
.content .vc_custom_1437988483746{
margin-bottom: 0px;
padding-bottom: 88px !important;
}
Regards,
Robert Hall.
Hi, thank you for that. However I see that it happens on other pages aswell.
Previously I had added in .content-page{margin-bottom:-40px!important;} to my custom.css
so i don’t have to adjust on every page and its set by default.
For some reason since update it doesnt seem to work.
Thanks
I’ve changed code to next:
.content .vc_custom_1437988483746 {
padding-bottom: 120px !important;
margin-bottom: 0px;
}
.content-page{margin-bottom:-40px!important;}
.page-content {
margin-bottom: 0px;
}
Please check.
Regards,
Robert Hall.
Perfect, thanks Robert.
Z
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Footer Margin’' has been successfully resolved, and the topic is now closed for further responses