How to add height to iframe?

edited April 2015 in WordPress
Hi, I have implemented Social Login by Wordpress plugin. Everything is fine, but social box is to higher so after social icons i have blank space and after on end footer of social. It's only thing about adding height value in element where weight: 100% is defined, but iframe is generated externally.

Second thing :) I use ajax login panel and after js load of panel with social login, when we close panel social login don't hide properly. ReCaptcha include hide fine btw.

Thanks.

Best Answer

  • Claude_SchlesserClaude_SchlesserAdministratorOneAll Team
    edited April 2015 Answer ✓
    You can simply add a CSS tag like this to your WordPress stylesheet:

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

    This will reduce the height of the container that embeds the iFrame.

    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.