• Resolved Be-So

    (@besosocial)


    Hi,

    I have created a form with Contact Form 7 for the “Contact us” section within the Illdy theme and every time I create a checkbox, it shows the checkbox itself in one line and the text associated in another one.

    You can see the example on the website I am building here: https://www.become-social.com/#contact-us

    Thank you very much in advance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Vinod Dalvi

    (@vinod-dalvi)

    Hi @besosocial,

    I hope you are well today and thank you for your question.

    You can resolve this issue by adding the following CSS code in the Custom CSS option of your theme on the below path.

    Admin Area -> Appearance -> Customize -> Additional CSS

    input[type=checkbox] {
        width: auto;
        display: inline-block;
    }

    Best regards,
    Vinod Dalvi

    Thread Starter Be-So

    (@besosocial)

    Problem solved! Thank you very much!

    Vinod Dalvi

    (@vinod-dalvi)

    You are most welcome here 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Contact Form 7 checkbox displays in two lines’ is closed to new replies.