Title: Widget does not display correctly
Last modified: August 30, 2016

---

# Widget does not display correctly

 *  Resolved [Joel_teb](https://wordpress.org/support/users/joel_teb/)
 * (@joel_teb)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/widget-does-not-display-correctly-1/)
 * After the update of Wp and Plugin widget does not display correctly.
 * The widget push down the other widgets, you can see this here:
    [http://blocs.xarxanet.org/laxarxamartorell/](http://blocs.xarxanet.org/laxarxamartorell/)
 * here the generated code:
 *     ```
       <li style="" id="mc4wp_form_widget-4" class="widget widget_mc4wp_form_widget">
       <h2 class="widgettitle">Si voleu rebre informació</h2>
       <script type="text/javascript">!function(){window.mc4wp||(window.mc4wp={listeners:[],forms:{on:function(n,w){window.mc4wp.listeners.push({event:n,callback:w})}}})}();</script>
       <!-- MailChimp for WordPress v3.0.9 - https://wordpress.org/plugins/mailchimp-for-wp/ -->
       <form id="mc4wp-form-1" class="mc4wp-form mc4wp-form-708 mc4wp-form-basic" method="post" data-id="708" data-name="Default sign-up form">
       <div class="mc4wp-form-fields">
       <p>
       	<label for="mc4wp_email">Apunteu-vos : </label>
       </p>
       <p>
           <input name="EMAIL" placeholder="El vostre correu electrònic" required="" type="email">
       </p>
       <p>
           <input value="Enviar" type="submit">
       </p>
       <p>
       Llista de Subscripció.
       </p>
       <p>
         <a href="http://blocs.xarxanet.org/laxarxamartorell/avis-legal-i-politica-privacitat/" target="_blank">(consulteu política de privacitat)</a>
       </p>
   
       <div style="display: none;">
       <input name="_mc4wp_honeypot" value="" tabindex="-1" autocomplete="off" autofill="off" type="text">
       </div>
       <input name="_mc4wp_timestamp" value="1450865058" type="hidden">
       <input name="_mc4wp_form_id" value="708" type="hidden">
       <input name="_mc4wp_form_element_id" value="mc4wp-form-1" type="hidden"></div>
       <div style="display: none;" class="mc4wp-response"></div>
       </form>
       <!-- / MailChimp for WordPress Plugin -->
       </li>
       ```
   
 * It was also clear the form and I had to create new.
 * P.S: sorry for my english

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Thread Starter [Joel_teb](https://wordpress.org/support/users/joel_teb/)
 * (@joel_teb)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/widget-does-not-display-correctly-1/#post-6877904)
 * I see the class mc4wp-form-basic have a height property in auto, and the height
   of Form is as tall as content.
 * Maybe this can help to find the solution.
 *  Thread Starter [Joel_teb](https://wordpress.org/support/users/joel_teb/)
 * (@joel_teb)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/widget-does-not-display-correctly-1/#post-6877975)
 * anybody can help me, please?
 *  [mother.of.code](https://wordpress.org/support/users/imazed/)
 * (@imazed)
 * The Mother of Code
 * [10 years, 5 months ago](https://wordpress.org/support/topic/widget-does-not-display-correctly-1/#post-6878027)
 * Hey Joel,
 * I’m racking my brain over this one. The `height:auto` doesn’t seem to be connected
   to the problem (removing it from the CSS doesn’t do anything) and I can’t find
   any other indication that there is a height set for `form` or any other elements
   within the form. Very strange! What does work is setting a height manually through
   CSS:
 * `#mc4wp-form-1 { height: 150px; }`
 * I’ve also tested this out on my local website but it doesn’t seem to happen there.
   This could mean it’s a problem specific to your website, but I’ll keep an eye
   out for any others that might report on the same. Thank you for letting us know!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Widget does not display correctly’ is closed to new replies.

 * ![](https://ps.w.org/mailchimp-for-wp/assets/icon-256x256.png?rev=1224577)
 * [MC4WP: Mailchimp for WordPress](https://wordpress.org/plugins/mailchimp-for-wp/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/mailchimp-for-wp/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/mailchimp-for-wp/)
 * [Active Topics](https://wordpress.org/support/plugin/mailchimp-for-wp/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mailchimp-for-wp/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mailchimp-for-wp/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [mother.of.code](https://wordpress.org/support/users/imazed/)
 * Last activity: [10 years, 5 months ago](https://wordpress.org/support/topic/widget-does-not-display-correctly-1/#post-6878027)
 * Status: resolved