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.

Problems with text wrapping

  1. Cesco
    Member

    I'm using WordPress with a premium theme (Aperture by WooThemes), but I'm having problems with a contact form.

    When I put a multiple choices field, the first choice appears on the same line with the question. Have a look:
    https://skitch.com/fmaida/riam6/gravityforms-problem

    And this is the link to the webpage:
    http://wladisphoto.com/contact-me/

    I have tried with both GravityForms 1.4.5 and 1.5RC4.2 but I'm getting the same results.

    Except setting a custom CSS for each field, is there anything else I could try ?

    Posted 13 years ago on Monday March 21, 2011 | Permalink
  2. the problem is coming from your theme styles. Line 143 of the wladisphoto.css sets a float:left property on all the form labels and that's causing your wrapping issue. If you disable that, you'll see that everything aligns properly.

    screenshot: http://grab.by/9AGJ

    If you're trying to force a left label layout, you don't need to, that option is built in. You can simply choose the "left aligned" option in the form settings to get that style.

    screenshot: http://grab.by/9AGP

    Remove the style rule I mentioned above, change the form label setting and then you should be good to go.

    Posted 13 years ago on Monday March 21, 2011 | Permalink
  3. Cesco
    Member

    Thank you

    Posted 13 years ago on Monday March 21, 2011 | Permalink

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