Site logo

Archived topic

GeneratePress Footer / Elementor Single post view with space

1 reply · Started by Rolf on June 6, 2019

Viewing posts 1–2 of 2

Hi GP Team,

My single post view renders a small white space before the footer.
I do not know where the space comes from - is rendered by Elementor?
Screenshot: http://share.freshvanroot.com/gUpeNs

thank you

Hi there,

Elementor likes to add the 'post' class to its content, not sure why but .... it picks up the default post margin for the theme. This should remove it:

.elementor.post {
    margin-bottom: 0;
}
This archived topic is closed to new replies.