Support » Plugin: MC4WP: Mailchimp for WordPress » Form Width with shortcode

Viewing 1 replies (of 1 total)
  • Plugin Author Danny van Kooten

    (@dvankooten)

    Hi Eric,

    You can change the width using CSS but as far as I can tell you figured this out already. 🙂 Good!

    It might be worth changing the width into max-width, so it will work with your responsive design (adjusting to the screen size).

    .mc4wp-form{
    width: 100%;
    max-width: 300px;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Form Width with shortcode’ is closed to new replies.