• I used the ‘span’ code to make the box stack, but they are all in the middle of the page.

    The boxes and the labels need to align to the left with everything else.

    All I can find is the code below, but it doesn’t work in any combination.

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

    span.wpcf7-list-item { display: table-row; }
    
    span.wpcf7-list-item * { display: table-cell; }
  • The topic ‘Contact Form 7 check boxes won’t align left’ is closed to new replies.