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.

How can I... Add line return after field heading?

  1. I didn't want to hard code a line return (BR) after the field heading. I was wondering if there is a way to get the input boxes and radio buttons etc to be a line below the heading. My forms look very messy at the moment.

    Posted 12 years ago on Sunday January 15, 2012 | Permalink
  2. Can you post a link to your form so we can check it out and see what's going on.

    Posted 12 years ago on Sunday January 15, 2012 | Permalink
  3. Still trying to integrate it with Cart66 properly too.

    http://garyrowe.co.uk/swiftprintuk3/store/posters/

    Posted 12 years ago on Sunday January 15, 2012 | Permalink
  4. On about line 725 of:

    http://garyrowe.co.uk/swiftprintuk3/wp-content/themes/wizzy/style.css

    You have your labels being floated.

    [css]
    label {
    float: left;
    font-weight: bold;
    color: #646478;
    padding: 5px 0;
    }

    Place this into your theme's stylesheet if you want to keep the generic label declaration above:

    [css]
    .gform_wrapper .top_label .gfield_label {
    float: none;
    }
    Posted 12 years ago on Sunday January 15, 2012 | Permalink
  5. Rob, thanks so much. I thought there would be something simple for the answer.
    Excellent.

    Posted 12 years ago on Sunday January 15, 2012 | Permalink
  6. Awesome, glad to help!

    Posted 12 years ago on Sunday January 15, 2012 | Permalink

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