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.

Descriptions to far below the boxes

  1. bigmaxsstudio
    Member

    Is there a way to move the descriptions closer to the boxes?

    http://promarine-realty.com/contact

    Thanks,

    Patti

    Posted 12 years ago on Monday January 30, 2012 | Permalink
  2. kyle
    Member

    In your theme's style.css you have:

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

    on line 611. That's what's causing the large space between the description and the input field.

    Posted 12 years ago on Monday January 30, 2012 | Permalink
  3. Patti, this style in your css is causing your gap:

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

    You can drop this in if you don't want to alter that style:

    [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 12 years ago on Monday January 30, 2012 | Permalink
  4. bigmaxsstudio
    Member

    Thanks Rob and Kyle. As usual great support!

    Patti

    Posted 12 years ago on Monday January 30, 2012 | Permalink
  5. No problem, glad to help! :)

    Posted 12 years ago on Monday January 30, 2012 | Permalink

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