URL: beyondvitae.com
wordpress version 3.5.1
gravity forms Version 1.7.2
Gravity Forms User Registration Add-On version 1.4
I would like to change the password field layout above and below, rather than left and right. What do I need to change to do this. When using firebug, if I change
<span id="input_1_7_1_container" class="ginput_left">
<span id="input_1_7_2_container" class="ginput_right">
*to*
<span id="input_1_7_1_container" class="ginput_TOP">
<span id="input_1_7_2_container" class="ginput_BOTTOM">
This fixes the layout of how I want it to look. How do I make these changes?