Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter JiveKooly

    (@jivekooly)

    Nevermind! I found the solution thanks to a member by the name of “koenvd”

    Here is the solution if you’re wondering:

    Just add the following to your main stylesheet to fix the problem for both checkboxes and radio buttons:

    span.wpcf7-list-item {
    display:block;
    }

    Best thing is it will stay fixed even after you upgrade the contact form 7 plugin.

    Wow! Thanks a ton!
    I just googled line breaks in Contact Form 7 Lists and baam! This support thread was link #1 and solution found. doesn’t happen often but thank you so much for the answer!

    I use a program to design my themes and it automatically generates the stylesheets. So every time I change my theme, I would have to remember to manually add span.wpcf7-list-item { display: block; }

    Would putting the following at the top of the form instead of the main stylesheet be considered an acceptable solution?

    <style type="text/css">
    span.wpcf7-list-item { display: block; }
    </style>
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Contact Form 7] line breaks in checkboxes’ is closed to new replies.