Archived topic
white space between main-navigation and site-main
9 replies · Started by anabella on January 15, 2019
Hello,
I have a white space between the main-navigation and site-main, but I can´t find the way of deleting it. I tried adjusting margins and padding through "layout", but I still can´t find where this white space is coming from.
Thanks
Hi there,
is the site locally hosted? as i can't access the URL.
If it is and you can't publish can you share a link to a screenshot so i can try and figure out whats causing it.
Hi David,
thank you for your answer. Yes, it is locally hosted, so here is a screenshot: https://www.dropbox.com/s/v859pgizszr4853/Captura%20de%20pantalla%202019-01-15%20a%20la%28s%29%2015.44.39.png?dl=0
Can you see it? Otherwise let me know and I will create a link to share the local site
Tough to tell like this.
A link would be the best :)
Thanks!
Hi, here is the link http://4ef58ca0.ngrok.io/
Thanks
As you already have some CSS to disable elements then add this as well:
.entry-content {
margin-top: 0;
}
Hi David, I have added your code but it hasn´t changed anything...
Sorry just fixed the code above
Amazing! All fixed now.
Thanks a lot David :)
You're welcome