CF7 checkbox and label alignment problem
-
Need help. I am having problems in aligning the checkboxes to the left of each labels.
I have tried using this custom CSS line and experimented with different values but nothing seems to work.
/*span.wpcf7-list-item {width: 100%;max-width: 500px;}*/
/*span.wpcf7-list-item { display: table-row; }*/
/*span.wpcf7-list-item * { display: table-cell; }*/
/*span.wpcf7-list-item { display: block; }*/
/*span.wpcf7-list-item {margin-left: 5em;display: block;}*/
/*span.wpcf7-list-item {-webkit-columns: 5;-moz-columns: 5;columns: 5;}*/The checkbox seems to appear center aligned above each label.
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘CF7 checkbox and label alignment problem’ is closed to new replies.