• Resolved kaevingoh

    (@kaevingoh)


    The checkboxes for the form on my websites are too small when they are being loaded on an iPhone. It is working fine on Android phones

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @kaevingoh,

    Please paste the following CSS code in the Additional CSS box of your theme customization.

    .everest-forms .evf-field-container .evf-frontend-row input[type=checkbox], .everest-forms .evf-field-container .evf-frontend-row input[type=radio] {
        width: auto;
        flex: 0 0 16px;
    }

    You can find the additional CSS box in your theme customization option. Click on Appearance > Customize and then scroll a bit and you will see Additional CSS box. Paste this code there and it will do the trick.

    Let me know if it helps or not and I will get back to you.
    Regards!

    Thread Starter kaevingoh

    (@kaevingoh)

    Hi @sharmadpk03 ,

    It works. Thank you very much. The previous code that I used only has the “width: auto;” and doesn’t have the flex: 0 0 16px;

    Regards,
    Kae Vin

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Checkbox Button Too Small On iPhone’ is closed to new replies.