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
Can you link me to a page that still has the problem?
Pretty much every page has extra white space at the top.
https://photographyworkshoptravel.com/morocco-2018/
The home page still has extra space too that I can't seem to get rid off.
And while I'm asking, how would I be able to make the entire website full width so it takes up the entire width of the screen. Like this page: https://www.evo.com/adventure-travel
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, Im having this issue with extra white space at the top too. You can see it here:
https://billtest396942163.wpcomstaging.com/about/
I was able to remove it on this page, but I cant figure out how!
https://billtest396942163.wpcomstaging.com/services/
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;
}