<div class="row">
<div class="large-9 columns">
<label>
John
<asp:DropDownList ID="DropDownList1" runat="server"></asp:DropDownList>
</label>
<label>
Peter
<asp:DropDownList ID="DropDownList2" runat="server"></asp:DropDownList>
</label>
<label>
Jeff
<asp:DropDownList ID="DropDownList3" runat="server"></asp:DropDownList>
</label>
</div>
</div>
Also can you post the rendered HTML (view source - copy and paste the HTML for the row.