When i try to add on my login page, the size dont match the frame

Hello, i trying to add the code in my page, when i click login, shows a small box with user name or sign up, i trying to add there, but for some reason the layout is not fitting the page, how can i edit the css from that iframe? Thank you!!

<?php echo do_shortcode("[oa_social_login]"); ?>

Best Answer

  • Claude_SchlesserClaude_SchlesserAdministratorOneAll Team
    edited March 2018 Answer ✓

    Hi Candice,

    please try to use CSS to set a fixed height on the container embedding the icons.

    Something like this:

    .oneall_social_login_providers{
    height: 200px;
    }
    

    The CSS rule must be added to the CSS of your website.

    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.