• Resolved ctlsmith

    (@ctlsmith)


    Hi there,

    I’m seeing an intermittent (joy!) formatting issue:

    A big vertical gap between the social login buttons and the text “secured by oneall social login”.

    Screenshot here https://imgur.com/a/oI0u0Ai

    I’d be grateful if you could advise please.

    Thanks,

    Chris

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

Viewing 1 replies (of 1 total)
  • Plugin Author Claude

    (@claudeschlesser)

    Hi Chris,

    this happens under some rare circumstances where the browser cannot precisely calculate the height of the container. A quick fix is to add the following code to your CSS Stylesheet:

    .oneall_social_login_providers{
     height: 60px;
     overflow:hidden;
    }

    Best Regards,

Viewing 1 replies (of 1 total)
  • The topic ‘Formatting issue’ is closed to new replies.