• Resolved liekjah

    (@liekevdberge)


    Hello,

    There are many topics about this problem but I haven’t found my solution jet so I hope someone know what to do.

    I’m building a contact form with the plugin like I did several times before without any problem. But now there is an extra space between the checkbox and the content surrounding it.
    I tried things as adapting the span.wpcf7-list-item in the css and looked in the css thats comes with the theme but I can’t find the thing that causing this.

    Does someone know what to do?
    You can find the page here…
    https://lottebode.nl/inschrijfformulier/

    Thank you very much.

Viewing 4 replies - 1 through 4 (of 4 total)
  • mmmhussein

    (@mmmhussein)

    Hi,

    You have set the width of the inputs to 230px in your layout.css,
    You just have to add the following css to get the job done:
    input[type=”checkbox”] {
    width: 25px !important;
    }

    Thread Starter liekjah

    (@liekevdberge)

    That was all i needed, thank you so much!

    mmmhussein

    (@mmmhussein)

    Welcome; Now plz put this topic as resolved on the right panel

    Thank you so much! This corrected my problem too. This is the only place I’ve found a solution that worked!!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Plugin: Contact Form 7 checkbox problem’ is closed to new replies.