Site logo

Archived topic

How to remove white space top of page built with Elementor Page builder

23 replies · Started by Matt Singh on July 23, 2017

Viewing posts 16–24 of 24

Can you link me to a page that still has the problem?

I don't see an extra space at the top of the page either: http://www.screencast.com/t/rPeWDMiUx

Can you please open a new topic for your questions?

This is already someone else' topic. Thanks :)

That space isn't on top of the page like the original topic.

Please open a new support topic and I can help you out along with your other question.

Thanks!

Hi there,

add this CSS:

.page .entry-content {
    margin-top: 0 !important;
}

Works! And such a fast reply! Thanks David

Awesome - glad to be of help

I added this CSS and it worked!

#content > div {
margin:0em;
}

This archived topic is closed to new replies.