This topic has 4 replies, 2 voices, and was last updated 7 years, 9 months ago ago by Rose Tyler
hello,
there is padding of 60 around the black footer. how can i delete this?
https://gyazo.com/67401f2087edc2f60e75d7ae6293ccbe
Hello,
Try to add this code in Custom CSS:
.main-footer {
padding-top: 0;
}
Regards,
Rose Tyler.
I forgot this issue but it didnt work out. There is still this white area around the footer.
I added the code but unfortunately.
Hello,
Also, add this code:
.page-content {
margin-bottom: 0;
}
Regards,
Rose Tyler.
You must be logged in to reply to this topic.Log in/Sign up