Shop Categories

X

Form fields don't resize correctly

Home Forums Agama Pro Form fields don't resize correctly

Topic Resolution: Resolved
Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #7203
    morelli74
    Participant

    Hi,
    I inserted a form with Google reCAPTCHA using the plugin “Contact Form 7”, but when I load the page from the smartphone the fields don’t resize correctly.

    Regards
    C.M.

    #7206
    Jerry
    Keymaster

    Hello there,

    Can you show us screenshot how it looks on your smartphone ?

    Regards

    #7209
    morelli74
    Participant

    Hi Jerry,
    I attached two screenshoots, the first from the laptop the second one from the smartphone.
    As you can see the size of the field seems wrong even if displayed on the PC.

    Laptop
    Smartphone

    Regards
    C.M.

    #7228
    Jerry
    Keymaster

    We need your website url and admin user/pass so we can make some corrections direct from admin panel.

    Regards

    #7230
    morelli74
    Participant
    This reply has been marked as private.
    #7237
    morelli74
    Participant
    This reply has been marked as private.
    #7243
    Zex
    Moderator

    Hello, Morelli!

    Sorry for the late answer!

    I have added the custom CSS code for you and fixed the problem with the Google reCAPTCHA.

    the code I added is:

    @media screen and (max-width: 575px)
    {.g-recaptcha {
    transform:scale(0.80);
    transform-origin:0 0;
    border:none!important;
    padding-left:0;
      } 
    }

    https://prnt.sc/htrt4g

    If this is what you wanted to do, you can disable the temporary admin account you created for us.

    Regards

    #7245
    morelli74
    Participant

    Hi Zex,
    it works partially, I would like something similar to that of the old site. I would like all the fields to be redimensioned according to the device and that there are no borders in the Google reCAPTCHA field.
    As for the account, it was also used by Jerry for the thread on the “google analytics code”.

    Smartphone – Old Site
    Smartphone – New Site
    Ipad – New Site

    Regard
    C.M.

    #7247
    Zex
    Moderator

    Hi,
    I have made some tweaks, and now your contact form looks similar to the one you had on the old site.

    https://prnt.sc/httusc

    Regards

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.