Title: emilysaurus's Replies | WordPress.org

---

# emilysaurus

  [  ](https://wordpress.org/support/users/emilysaurus/)

 *   [Profile](https://wordpress.org/support/users/emilysaurus/)
 *   [Topics Started](https://wordpress.org/support/users/emilysaurus/topics/)
 *   [Replies Created](https://wordpress.org/support/users/emilysaurus/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/emilysaurus/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/emilysaurus/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/emilysaurus/engagements/)
 *   [Favorites](https://wordpress.org/support/users/emilysaurus/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Responsiveness](https://wordpress.org/support/topic/responsiveness/)
 *  [emilysaurus](https://wordpress.org/support/users/emilysaurus/)
 * (@emilysaurus)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/responsiveness/#post-3230241)
 * Hi, I found this post while looking for a way to resize Contact Form 7 so that
   it looks good on all screen sizes. (I’m using a responsive Genesis theme.)
 * Here’s a quick and simple fix that I eventually discovered on my own:
 * 1. Open up your theme’s style.css file, and
    2. Add the following CSS:
 *     ```
       .wpcf7-form-control {
       	width: 100%;
       }
       ```
   
 * This code will make all the input fields fill the whole area they’re in – which
   works perfectly on my site because the content wrapper is only about 700px. Because
   it’s a %, the form gets smaller as I resize the screen.
 * This applies to all the fields, even the submit button, so I also added some 
   extra CSS to make the button smaller:
 *     ```
       .wpcf7-submit {
       	width: 50%;
       }
       ```
   
 * Hope that helps.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Mailchimp List Subscribe Form] [Plugin: MailChimp List Subscribe Form] Can't change colors, header font, or delete the email f](https://wordpress.org/support/topic/plugin-mailchimp-list-subscribe-form-cant-change-colors-header-font-or-delete-the-email-format-choices/)
 *  [emilysaurus](https://wordpress.org/support/users/emilysaurus/)
 * (@emilysaurus)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-mailchimp-list-subscribe-form-cant-change-colors-header-font-or-delete-the-email-format-choices/#post-2529822)
 * Update: I’ve since changed the actual CSS (through Appearance > Editor), so you
   can’t tell by looking at the form that the Mailchimp styling is not working.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Mailchimp List Subscribe Form] [Plugin: MailChimp List Subscribe Form] Can't change colors, header font, or delete the email f](https://wordpress.org/support/topic/plugin-mailchimp-list-subscribe-form-cant-change-colors-header-font-or-delete-the-email-format-choices/)
 *  [emilysaurus](https://wordpress.org/support/users/emilysaurus/)
 * (@emilysaurus)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-mailchimp-list-subscribe-form-cant-change-colors-header-font-or-delete-the-email-format-choices/#post-2529821)
 * Hi, I’m having the same problem – I am trying to change the styling through Settings
   > MailChimp Setup (‘Custom styling’ is turned on), but after clicking ‘Update
   Subscription Form Settings’, the styling does no apply to the form.
 * The site I’m working on is [http://residentialsettlements.com.au/blogs/](http://residentialsettlements.com.au/blogs/)
   and the Mailchimp signup form is in the sidebar there.

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