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.

trying to find the gap between input field box and filed name

  1. I am trying to find the class/id that is causing the gap between input field box and field name.
    Can someone please suggest me how to reduce this gap.
    Screenshot:
    http://imageshack.us/photo/my-images/717/gapj.png
    Here is the url http://www.iacsinfo.org/internship-registration-form/

    Example:
    Name*
    Input box1 Input box2
    |||||||||||||||||||||||||||||||||||||||||||||This is the gap i am talking about.
    First Last

    Posted 11 years ago on Friday January 25, 2013 | Permalink
  2. can someone please respond to this thread.

    Posted 11 years ago on Friday January 25, 2013 | Permalink
  3. [css]
    .entry-content input {
    	margin: 0 0 15px 0;
    }

    this is class that is inherited from my theme style sheet.

    Posted 11 years ago on Friday January 25, 2013 | Permalink
  4. Glad you got it sorted out. We try to respond as fast as we can - but we do ask for a 48 hour window on the forum as noted here, as well as within working hours (EDT).

    http://www.gravityhelp.com/support-times/

    Posted 11 years ago on Friday January 25, 2013 | Permalink

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