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.

Address labels are too far below boxes on form

  1. Hello,

    The problem form is the address module at the top of http://psychodiagnostics.com/qualify-to-purchase-8/ . I need to align the bottom text with the boxes. I took a look at the HTML for

     tags, but I couldn't find any.
    
    Your help would be greatly appreciated!
    
    Thank you!
    
    Leland
    Posted 13 years ago on Saturday February 25, 2012 | Permalink
  2. Leland, this is your culprit:

    [css]
    .entry-content input {
    margin: 0 0 24px 0;
    }

    Try placing this in your theme's stylesheet:

    [css]
    .gform_wrapper input[type="text"], .gform_wrapper input[type="url"], .gform_wrapper input[type="email"], .gform_wrapper input[type="tel"], .gform_wrapper input[type="number"], .gform_wrapper input[type="password"] {margin: 0;}
    Posted 13 years ago on Saturday February 25, 2012 | Permalink
  3. Rob,

    Your code worked like a charm!

    Thank you,

    Leland

    Posted 13 years ago on Friday March 2, 2012 | Permalink
  4. Right on! Glad to help.

    Posted 13 years ago on Friday March 2, 2012 | Permalink

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