reCapcha form not responsive

This topic contains 3 replies, has 2 voices, and was last updated by  Guust 6 years, 8 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #293

    Denuwan Vithanage
    Buyer
    Post count: 35

    hello
    I am using this plugin and the addon recapcha. when it login form a mobile device vertically, because of the recapcha site looks very ugly. Can anyone give me a spippest code to make this responsive?

    #295

    Guust
    Moderator
    Post count: 29970

    That is controlled by Google, but you can use the invisible captcha, or you can add some CSS like this:

    
    
    @media screen and (max-height: 575px){
     .gd-captcha {transform:scale(0.8);
      -webkit-transform:scale(0.8);transform-origin:0 0;-webkit-transform-origin:0 0;}
    }

    Adjust the @media screen settings to target the sizes you want.

    Thanks

    #296

    Denuwan Vithanage
    Buyer
    Post count: 35

    Thank you very much.

    #297

    Guust
    Moderator
    Post count: 29970

    You’re welcome 🙂

Viewing 4 posts - 1 through 4 (of 4 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket