Big gap after the icons

I have the Social Login plugin installed in my wordpress website but the plugin is not showing correctly in the following page:

http://notanygadgets.com/wp-login.php (click on the "Login with username and password" link to see it)

As you can see, there is a big gap after the icons. I deleted the plugin and installed it again but the problem is still there.

How can I fix this issue?

Thanks

Answers

  • Claude_SchlesserClaude_SchlesserAdministratorOneAll Team

    Hi Faisal,

    I do not see the gap in my browser. But what you can do is add this CSS to your WordPress stylesheet:

    .oneall_social_login_providers{
      height: 160px;
    }
    
  • The gap is there if you use google chrome
    It is not there when using firefox

  • Claude_SchlesserClaude_SchlesserAdministratorOneAll Team

    Yes, I see it.

    If you add this rule to your WordPress CSS stylesheet, the problem should be gone:

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

Welcome!

Please sign in to your OneAll account to ask a new question or to contribute to the discussions.

Please click on the link below to connect to the forum with your OneAll account.