I'm struggling to get the Product field info onto 1 line in my Gravity Form.
See a working page here http://210.48.67.119/kaimirawines.com/?page_id=249
Note how the Quantity and inputs field(s) are on the 2nd line. It seems </br>s are being added to the HTML. The Preview pop-up looks fine with everything on 1 line.
However, I'm wondering if there is a way to impliment this into my (Catalyst) theme?
FYI: I have used this custom CSS code to add space to the RHS of the bold labels.
.gform_wrapper .left_label .gfield_label {
float: left;
font-weight: bold;
margin: 0 15px 0 0;
width: 50%;
}