Hello, how can i add 2 input fields within one line, so that i can save some space for the registration form.
e.g.
<div class=”tnp-field tnp-field-profile”><label for=”tnp-4″>Postleitzahl</label>
<input class=”tnp-profile tnp-profile-1″ id=”tnp-profile_1″ type=”text” size=”” name=”np1″ placeholder=””></div>
<div class=”tnp-field tnp-field-profile”><label for=”tnp-5″>Land</label>
<input class=”tnp-profile tnp-profile-2″ id=”tnp-profile_2″ type=”text” size=”” name=”np2″ placeholder=””></div>
best regards,
Martin