Viewing 3 replies - 1 through 3 (of 3 total)
  • How did you put your checkbox items in a list? Mine just show in a wrapped line.

    I found it but in case anyone finds this and needs it…

    http://wordpress.org/support/topic/plugin-contact-form-7-checkboxes-vertical-align?replies=12

    ptsangari
    Member
    Posted 2 years ago #

    Hi everyone!

    composerscott’s explanation was ok and works but i would like to make thinks more clearer by telling the most efficient way to do so.

    Got to the wp-content -> plugins and get into the contact-form-7 folder. Open the stylesheet.css file and go to the end. Second last code block (i mean the second block before the end) looks like this:

    span.wpcf7-list-item {
    margin-left: 0.5em;
    }

    You must only put: display: block; inside and it will be like this:

    span.wpcf7-list-item {
    margin-left: 0.5em;
    display: block;
    }

    Save and exit. That’s all!!!

    TiffanyWeidman: It doesn’t solve the problem…

    Anyone?

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘[Plugin: Contact Form 7] space between checkboxes and text – please help!’ is closed to new replies.