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.

Remove extra space between field and instructions

  1. My form, installed on a wordpress site, has a space inserted between most of the fields and the instructions, so it looks like the instructions go with the item below instead of the item above.
    See: http://cedarlainerestoration.com/request-a-quote/
    Can you advise on how to remove? Thanks.
    Tamsen

    Posted 14 years ago on Monday July 25, 2011 | Permalink
  2. This is a theme stylesheet issue. Your theme is applying a bottom margin of 24px to any input appearing within the entry content of your site. The specific CSS can be seen in this screenshot: http://i.imgur.com/dSKB2.png

    Edit your themes stylesheet, go to line 611 and adjust the margin settings on the CSS that is being applied to .entry-content input.

    Posted 14 years ago on Monday July 25, 2011 | Permalink