• Resolved swissmarc

    (@swissmarc)


    hi

    using the form is great on all devices, but
    only the captcha size on smartphones are
    difficult to read. how can i make the
    captcha size of letters/numbers bigger?

    thank you guys

    greets

    marc

    • This topic was modified 6 years, 12 months ago by swissmarc.
    • This topic was modified 6 years, 12 months ago by swissmarc.
Viewing 1 replies (of 1 total)
  • Hi,

    Please, add the code below to Appearance -> Customize -> Additional CSS.

    .captcha_img {
       width: 100px;
       height: auto !important;
    }

    If this code does not work, please, add the following.

    .captcha_img {
       width: 100px !important;
       height: auto !important;
    }

    Thanks and have a nice day!

Viewing 1 replies (of 1 total)
  • The topic ‘captcha size’ is closed to new replies.