• Hey,
    I included a contact form 7 checkbox on the website, but there is a gap on the left – so I mean, that the box is not fully left aligned like the text.
    Can you tell me, how to fix this in css?
    Thanks!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Try something like:

    CSS:

    span.wpcf7-list-item {
    text-align:left;
    width: 100%;
    max-width: 320px;
    }
    Then in your form template:

    [checkbox your-productCheckbox class:wpcf7-list-item “checkbox1” “checkbox2” “checkbox3”]

Viewing 1 replies (of 1 total)
  • The topic ‘Checkbox alignment’ is closed to new replies.