Viewing 5 replies - 1 through 5 (of 5 total)
  • Deepak Sharma

    (@sharmadpk03)

    Hi Laurent,

    Sorry for the inconvenience with that. I am assuming that a CSS conflict might have caused this. If you could let me know the URL of the page where you have used the form then I would see the issue and let you know the necessary fixes for it.
    Do let me know and I will get back to you.

    Regards!

    Thread Starter Laurent

    (@laurent-droid)

    Thank you for your reply ??

    Yes I think that too, but I preferred to point it out to you rather than add a line in my child-theme. All users of the Avada theme may have the same display with the new version 1.5.7 ??

    https://www.cynthia-navarro.fr/contact/

    display: flex;

    Thank you,
    Have a nice day

    Deepak Sharma

    (@sharmadpk03)

    Hi @laurent-droid,

    Thank you for pointing it out. After the inspection, we have confirmed that the checkbox is being styled from the CSS that is being generated from here https://www.cynthia-navarro.fr/wp-content/uploads/fusion-styles/161a0aa737f5b97134bfdae2ff70cac3.min.css?ver=2.1.1
    However, to solve this issue, you will have to copy the code below and paste it in your child theme’s style.css file.

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

    I hope that helps. Feel free to get back if you need further assistance.

    Regards!

    Thread Starter Laurent

    (@laurent-droid)

    Thank you @sharmadpk03

    ??

    Deepak Sharma

    (@sharmadpk03)

    Hi @laurent-droid,

    You are welcome. Have a great day.

    Cheers!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Checkbox display’ is closed to new replies.