Site logo

[Resolved] Gap at top of post page?

Home Forums Support [Resolved] Gap at top of post page?

Home Forums Support Gap at top of post page?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #204633
    David

    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

    http://ohmsenvironment.com.au/goldfields-environmental-management-group-gemg-conference-in-kalgoorlie-2016/

    #204708
    Tom
    Lead Developer
    Lead Developer

    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;
    }
    #204759
    David

    Thanks Tom, works a treat 🙂
    Cheers…
    ps – is there a way to set this globally somewhere/somehow?

    #204776
    Tom
    Lead Developer
    Lead Developer

    Absolutely, just add it into the CSS in “Appearance > Simple CSS” 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.