Viewing 2 replies - 1 through 2 (of 2 total)
  • For starters, try adding this to your theme’s style sheet:

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

    That is intended to make the checkboxes vertical. It might make other parts of your form vertical that you don’t want vertical, in which case it will need some refining.

    After they are vertical it may require more styling to get the spacing between items as you want it. The CSS for that is dependent on your theme. If you need help adjusting, post the URL of the page with the form.

    Thread Starter Crossmark

    (@crossmark)

    Beautiful! THANK YOU!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Contact Form 7 – Checkboxes in a vertical list’ is closed to new replies.