Forums

Contact Form 7
space between checkboxes and text - please help! (3 posts)

  1. redwoodnc
    Member
    Posted 10 months ago #

    I am trying to figure out a way to eliminate the huge gap between the checkboxes and the text that follows them! Here's the page:
    http://www.redwoodproductions.com/site/design-help/
    I have looked all over the forums but can't seem to find an answer to this specific issue. Does anybody know how to fix this?
    Any help is appreciated - Thanks!

  2. TiffanyWeidman
    Member
    Posted 9 months ago #

    How did you put your checkbox items in a list? Mine just show in a wrapped line.

  3. TiffanyWeidman
    Member
    Posted 9 months ago #

    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!!!

Reply

You must log in to post.

About this Plugin

About this Topic