Archived topic
Spacing using GP Hooks
5 replies · Started by colin avis on February 16, 2017
Hi Tom,
I am having an issue with the before footer content GP hook. I have placed an image in there but for some reason there is a spacing issue leaving a red bar visible from the background, how would i tackle this?
Website is:-
http://whatsonsomerset.x10host.com/
Many thanks,
Colin
Hi Colin,
Try this CSS:
.one-container .site-content {
padding-bottom: 0;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know.
Hi Leo,
Unfortunately that hasn't fixed it :(
I am getting this message when placing the CSS

Did you close the bracket for the .footer-widgets CSS above?
Hi Leo,
That worked perfectly, thank you.
Many thanks,
Colin
You're welcome :)