Archived topic
Eliminating whitespace between page content and footer
7 replies · Started by Don Waller on February 10, 2015
Hi, Tom,
My client really likes the look and feel of the his new site with GP, but he commented that there seems to be a lot of whitespace between the page content and the footer area.
Is there a way to kill some of the space and have the footer widgets a little 'tighter' with the page content? Thanks in advance.
Don
Hi Don,
Can you link me to the page so I can see what's causing the spacing?
Thanks!
Hi Don,
Try this CSS:
.hentry {
margin-bottom: 0;
}
Let me know :)
Thanks, Tom, but that didn't do it. Any other ideas?
Thanks for the help. I always appreciate it.
Don
That took away some of it.
To remove more, you can set the bottom content padding to "0" in the Spacing add-on.
Yep, that took care of it. Now I can work on finally getting the site launched.
Thanks!
D
Glad I could help! :)