• Here is the link: https://wallflowerstaffing.com/join-us/

    Contact form 7 code :

    <tr>
    <td width=”300″ height=”80″><label>Gender
    [select gender “Male” “Female”]</label><td>
    <td width=”300″ height=”80″><label>Fluent Language
    [select language “English” “Spanish” “French” “German” “Italian” “Russian”]</label><td>
    </tr>

    <tr>
    <td width=”300″ height=”80″><label>Special Talent
    [select Talent “Actor” “Dancer” “Model” “Musician” “Artist” “DJ” “Photographer” “Mixologist” “Make Up Artist” “Other”]</label><td>
    <td width=”300″ ><label> Link to your website on social media
    [url url-389] </label></td>
    </tr>

    For some reason, the drop-down menu on the left pushes the other menu to the far right and I’ve tried lots of solutions but none of them worked.
    The width of the drop-down menu is short, but somehow it takes too much space in the row.

    And I also couldn’t remove the thin lines between each row.

Viewing 2 replies - 1 through 2 (of 2 total)
  • On Firebug a trailing <td> appears after the closing </td>:

    
    <td width="300" height="80"><label>Gender<br>
                <span class="wpcf7-form-control-wrap gender"><select aria-invalid="false" class="wpcf7-form-control wpcf7-select" name="gender"><option value="Male">Male</option><option value="Female">Female</option></select></span></label>
    </td><td>
    
    
    <td width="300" height="80"><label>Special Talent<br>
                <span class="wpcf7-form-control-wrap Talent"><select aria-invalid="false" class="wpcf7-form-control wpcf7-select" name="Talent"><option value="Actor">Actor</option><option value="Dancer">Dancer</option><option value="Model">Model</option><option value="Musician">Musician</option><option value="Artist">Artist</option><option value="DJ">DJ</option><option value="Photographer">Photographer</option><option value="Mixologist">Mixologist</option><option value="Make Up Artist">Make Up Artist</option><option value="Other">Other</option></select></span></label>
    </td><td>
    

    When those are removed the alignment corrects. Check your table syntax.

    Thread Starter evajiaiesec95

    (@evajiaiesec95)

    It works. Thanks so much.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Drop-down menu off the position’ is closed to new replies.