Archived topic
Background color shows below footer color
1 reply · Started by Elizabeth on March 30, 2020
Hi there,
I'd like the footer color to stick to the bottom of the page even when pulling or scrolling up - right now it shows the background color below, which doesn't look good. It looks like someone else had this issue on the topic https://generatepress.com/forums/topic/fill-footer-color-to-bottom-of-page/#post-1220051 but I've been asked to reopen it.
Hi there,
Not seeing the CSS being added. Can you try this?
body.page-id-15 .site-footer {
position: absolute;
left: 0;
right: 0;
bottom: 0;
}
It should work for the Products & Services page.