PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Product field info on single line issue

  1. 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%;
    }
    Posted 12 years ago on Monday March 5, 2012 | Permalink
  2. Our code doesn't output break tags, so there is something else in your theme that's causing them to appear. You could try to pinpoint that or you could throw something like this into your theme's stylesheet:

    [css]
    .gform_wrapper br {
    display: none;
    }
    Posted 12 years ago on Monday March 5, 2012 | Permalink
  3. Fantastic - that solved it nicely. Everything sits on one line now. Nice and neat.
    Rock-solid plugin, a joy to use.

    Posted 12 years ago on Monday March 5, 2012 | Permalink
  4. Right on! Glad you are enjoying it!

    Posted 12 years ago on Monday March 5, 2012 | Permalink

This topic has been resolved and has been closed to new replies.