[Resolved] Problem after update to 3.0 on site

Home Forums Support [Resolved] Problem after update to 3.0 on site

Home Forums Support Problem after update to 3.0 on site

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1475014
    Gary

    Hi Guys

    I am using <!– merged header –> on a GeneratePress/Beaver Builder site. I upgraded to version 3.0 just now and I now have a white line at the top of my clients site that is approximately 12px high and I can’t work out how to get rid of it.

    This is a very important client to me so I would be grateful of some help urgently.

    I have placed the URL in the private information below.

    Cheers

    Gary

    PS I use <!– merged header –> on lots of sites so this could be a big problem for me.

    #1475019
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    You have this custom CSS on your site:

    .entry-content, .entry-summary, .page-content {
        margin: 1em 0 0;
    }

    You may want to add this:

    .full-width-content .entry-content, .full-width-content .entry-summary, .full-width-content .page-content {
        margin-top: 0;
    }

    Let me know ๐Ÿ™‚

    #1475026
    Gary

    Hi Tom

    You my friend are an absolute hero! I was seriously worried there for a second.

    No idea what that code is for because I built the site a couple of years ago but panic over. At least if it happens again I know where to look now.

    Cheers

    Gary

    #1475027
    Tom
    Lead Developer
    Lead Developer

    Glad I could help! ๐Ÿ™‚

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