Title: image placement
Last modified: August 21, 2016

---

# image placement

 *  [BrownEyesTFC](https://wordpress.org/support/users/browneyestfc/)
 * (@browneyestfc)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/image-placement-5/)
 * Is it possible to place the header image inside of the border? Right now, my 
   image sits outside the border and to me, it looks as if the image is not part
   of the signup form. [http://thefoodcop.com/](http://thefoodcop.com/) Thanks!
 * [http://wordpress.org/plugins/mailchimp/](http://wordpress.org/plugins/mailchimp/)

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

 *  [mc_gabe](https://wordpress.org/support/users/mc_gabe/)
 * (@mc_gabe)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/image-placement-5/#post-4305580)
 * Hey there!
 * Thanks for writing in to us here. I took a look at your form on your site and
   I see what you mean. While the options under “Custom Styling” in the plugin settings
   are limited to the area below the plugin’s header, you could disable the custom
   styling section and instead applying the border and background formatting you’d
   like to the entire widget container.
 * In the Plugin Settings screen, if you scroll down to the CSS Cheat Sheet, you’ll
   see this class as the one used for formatting the whole container: `.widget_mailchimpsf_widget`
 * Adding some styling in your site’s CSS for the .widget_mailchimpsf_widget class
   should do the trick.
 * -Gabe
 *  Thread Starter [BrownEyesTFC](https://wordpress.org/support/users/browneyestfc/)
 * (@browneyestfc)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/image-placement-5/#post-4305609)
 * I think that’s a little advanced for me (I would definitely need more info on
   how to do this), plus I change my giveaway every once in a while so I prefer 
   not to have make changes to the CSS every time. How about making this a feature
   request?
 *  [mc_dominic](https://wordpress.org/support/users/mc_dominic/)
 * (@mc_dominic)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/image-placement-5/#post-4305614)
 * Hi BrownEyesTFC,
 * Sure! I will take note of your feature suggestion and pass it on to our developers.
   Get back in touch if you have any other questions.
 * have a great day!
 *  [mc_dominic](https://wordpress.org/support/users/mc_dominic/)
 * (@mc_dominic)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/image-placement-5/#post-4305617)
 * Hi BRownEyesTFC,
 * I wanted to add some a few more tips on adding that border. You would add the
   css class that mc_gabe explained to the style.css of your wordpress theme. This
   page from wordpress has a few tips on editing your theme: [http://codex.wordpress.org/Editing_Files](http://codex.wordpress.org/Editing_Files)
   Warning: Be careful editing your theme files, a mistake here might break your
   theme. If you’re not comfortable editing html/css, it might be best to consult
   a web developer.
 * If you do decide to modify the file, to add a border around the entire border.
   Add a css class similar to this:
 *     ```
       .widget_mailchimpsf_widget {
   
           border: 3px solid blue;
   
       }
       ```
   
 * This page from mozilla has a few tips on editing a css border: [https://developer.mozilla.org/en-US/docs/Web/CSS/border](https://developer.mozilla.org/en-US/docs/Web/CSS/border)

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

The topic ‘image placement’ is closed to new replies.

 * ![](https://ps.w.org/mailchimp/assets/icon.svg?rev=3156997)
 * [Mailchimp List Subscribe Form](https://wordpress.org/plugins/mailchimp/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/mailchimp/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/mailchimp/)
 * [Active Topics](https://wordpress.org/support/plugin/mailchimp/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mailchimp/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mailchimp/reviews/)

 * 4 replies
 * 3 participants
 * Last reply from: [mc_dominic](https://wordpress.org/support/users/mc_dominic/)
 * Last activity: [12 years, 7 months ago](https://wordpress.org/support/topic/image-placement-5/#post-4305617)
 * Status: not resolved