need some help styling the mailchimp plugin

1 replies
  • WEB DESIGN
  • |
Hey all

Im currently in the process of making a new website for a small project and have hit a bit of a snag in the styling.

I have added the mailchimp wordpress plugin and I have put in the widget

As you can see in the image attached there is quite a gap from the heading to the input field. I would like to remove this gap but cannot seem to get it to work when I play around with the css

here is the code for the widget

<li id="mailchimpsf_widget-3" class="widget widget_mailchimpsf_widget"><h2 class="widgettitle">Download Programmet</h2>
<div id="mc_signup">
<form method="post" action="#mc_signup" id="mc_signup_form">
<input type="hidden" id="mc_submit_type" name="mc_submit_type" value="html" />
<input type="hidden" name="mcsf_action" value="mc_submit_signup_form" />
<input type="hidden" id="_mc_submit_signup_form_nonce" name="_mc_submit_signup_form_nonce" value="16e2a178f8" />
<div id="mc_subheader">
Indtast navn og e-mail adresse i felterne herunder for at få adgang til at downloade programmet. </div><!-- /mc_subheader -->

<div class="mc_form_inside">

<div class="updated" id="mc_message">
</div><!-- /mc_message -->

<div class="mc_merge_var">
<label for="mc_mv_EMAIL" class="mc_var_label">Email Addresse <span class="mc_required">*</span>
</label>

<br />

<input type="text" size="18" value="" name="mc_mv_EMAIL" id="mc_mv_EMAIL" class="mc_input"/>
</div><!-- /mc_merge_var -->
<div class="mc_merge_var">
<label for="mc_mv_FNAME" class="mc_var_label">Navn </label>

<br />

<input type="text" size="18" value="" name="mc_mv_FNAME" id="mc_mv_FNAME" class="mc_input"/>
</div><!-- /mc_merge_var -->
<div id="mc-indicates-required">
* = required field </div><!-- /mc-indicates-required -->

<div class="mc_signup_submit">
<input type="submit" name="mc_signup_submit" id="mc_signup_submit" value="Send" class="button" />
</div><!-- /mc_signup_submit -->


</div><!-- /mc_form_inside -->
</form><!-- /mc_signup_form -->
</div><!-- /mc_signup_container -->
</li>
Any ideas as to how I should make the css in order for the spacing to decrease in size?
#mailchimp #plugin #styling

Trending Topics