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.

Thesis and BETA 3.4

  1. AndrewR
    Member

    So I just purchased Gravityforms yesterday and I have to say I have been missing out all this time.

    Okay so my issue is with the Thesis Theme and Gravity Forms

    I created a form and now I have 2 issues. If you guys could help it would be so great

    - some dropdowns do not line up ?

    - Anyway to shorten the phone/email field length ?

    my URL is http://switchthelabel.com/dev/chase-loan-modification

    Posted 14 years ago on Thursday December 9, 2010 | Permalink
  2. Some of the class names you've added are incorrect, that's why the fields aren't aligning properly. You have the class name ".ginput_left" which isn't correct - it should be " gf_left_half" (no dot before).

    If you change those, the alignment is correct

    screenshot: http://grab.by/7Ow0

    You can change the width of the input by either adjusting the width of the containing list item (the input itself is set to a percentage width of the container)

    body .gform_wrapper li#field_4_2 {width:44%}

    or by targeting the input itself

    body .gform_wrapper input#input_4_2 {width:90%}

    You'll have to view the source and get the ID's for each element then tweak things to suit your preference.

    Posted 14 years ago on Thursday December 9, 2010 | Permalink
  3. AndrewR
    Member

    Thanks Kevin for the quick reply and I can't believe it was something so simple :(

    Posted 14 years ago on Thursday December 9, 2010 | Permalink

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