• Resolved iamgerardthomas

    (@gerard70)


    Howdy.

    First let me say what a fantastic solution, this was exactly what I have been looking for.

    It’s all working fine, except thee seems to be a huge gap between the end of the open content and the login. The strange part is once logged in, the gap vanishes and the unlocked content sits directly beneath the open content.

    I am running this on Beaver Builder, though I am not seeing any issues that would be causing this gap to appear.

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author patrickposner

    (@patrickposner)

    Hey @gerard70,

    thanks for your kind words!
    The problems seems to be this CSS part of your theme (or maybe beaver builder itself?)

    .fl-row-full-height .fl-row-content-wrap, .fl-row-custom-height .fl-row-content-wrap {
    
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        min-height: 100vh;
    
    }

    It sets height to 100vh (viewport height) and centers the content.
    If you set it for example to 30vh it seems good, except the case it should be a 100vh section ??

    Best regards,
    Patrick

    Thread Starter iamgerardthomas

    (@gerard70)

    Hi Patrick,

    Thanks for catching that – very strange as no height was assigned to the row. I’ve given it a min of 30vh and it’s working fine now. Wonderful ?? !

    Cheers,

    Gerard

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Large space above login’ is closed to new replies.