Putting items in the same line does not work with Drop Downs.
Is there a way to get drop down menu's to show up on the same line as other input fields or general text? As ITSNev mentioned CF7 seems to be wrapping drop downs in <span then forcing <br just before the select class, right after the span class is defined, then forcing </p after the span.
Example:
My text
<span class="wpcf7-form-control-wrap Date1"><br>
<select aria-required="true" class="wpcf7-form-control wpcf7-select wpcf7-validates-as-required" name="Date1">
<option value="Option">My Options</option>
</select>
</span>
</p>
@ITSNev, you seem to have figured this out. Are you adding CSS inline on the page, editing the theme CSS or modifying CF7's CSS directly?
I just prefer to add my own <p and <br tags while creating the form in the CF7 form editor interface.
Any help is much appreciated.