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.

tighten up the form spacing for widget

  1. Billmcq
    Member

    I have researched and tried the CSS examples from many other posts before posting this, but I couldn't get any css code to work. I just want to tighten up the widget form spacing for the VIP CLUB TEXTS form in right widget area. Basically just want to try to match the constant contact newsletter form beneath it... Here is a link:
    http://mcqwebdesign.com/demos/euromedspa/massages/

    Posted 13 years ago on Wednesday April 20, 2011 | Permalink
  2. Gives this a shot:

    [css]
    #gform_wrapper_2 .top_label .gfield_label { margin: 0 !important; }
    #gform_wrapper_2 input[type="text"],
    #gform_wrapper_2 input.text,
    #gform_wrapper_2 input.title,
    #gform_wrapper_2 textarea,
    #gform_wrapper_2 select { margin-bottom: 0 !important; }
    Posted 13 years ago on Wednesday April 20, 2011 | Permalink
  3. Billmcq
    Member

    That did it. I only used the top line of css because the second line was effecting the constant contact newsletter signup form below it....but the first line takes care of most of it!
    Thanks David!

    Posted 13 years ago on Wednesday April 20, 2011 | Permalink