Archived topic
Gap at top of post page?
3 replies · Started by David on June 26, 2016
Hi Tom,
The link below takes you to a single post on a site I have been working on (in fact it is the only post so far)
The site is using BeaverBuilder page builder (not sure if that is relevant?
But there is an annoying gap at the top of the page that only appears on that page.
The page has everything turned off in disable elements.
I've tried everything I can think of, but the solution is eluding me...
TIA, Dave
Give this CSS a try on that page (you can use the Simple CSS plugin to add CSS to that specific page in the metabox: https://wordpress.org/plugins/simple-css/)
.entry-content {
margin-top: 0;
}
Thanks Tom, works a treat :)
Cheers...
ps - is there a way to set this globally somewhere/somehow?
Absolutely, just add it into the CSS in "Appearance > Simple CSS" :)
