This topic has 4 replies, 4 voices, and was last updated 9 years, 1 months ago ago by Eva Kemp
Hello,
I wish to know how to remove the white gap before footer, ex. my page is http://heliospolarized.com/?page_id=16039 there is a white space gap before the footer.
Hello
you may add following code into the custom.css:
.main-footer-2, .main-footer-3{margin-top:95px;}
Here is the video about how to create custom.css:
https://www.youtube.com/watch?v=Qok2zRedRMY
Regards,
Brian johsnon
I have a white gap just below header and just above footer. How do I remove these gaps?
Hello @scottgroves,
Please add this code in Theme Options > Custom CSS > Global Custom CSS:
.page-content {
margin-bottom: 0px;
margin-top: 0px;
}
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up