Title: Resizing background graphics.
Last modified: August 21, 2016

---

# Resizing background graphics.

 *  Resolved [cloudduster](https://wordpress.org/support/users/cloudduster/)
 * (@cloudduster)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/resizing-background-graphics/)
 * Great plugin! Thanks.
 * I’m using background graphic having a default 280px width. Can you teach me where
   to adjust, in css perhaps so that it won’t look like it’s being stretched? I 
   see no problem with larger sizes.
 * [http://wordpress.org/plugins/awesome-weather/](http://wordpress.org/plugins/awesome-weather/)

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

 *  Plugin Author [Hal Gatewood](https://wordpress.org/support/users/halgatewood/)
 * (@halgatewood)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/resizing-background-graphics/#post-4042451)
 * Is the size of the width 280px? If not it has a CSS property called background-
   size that is set to contain the whole widget.
 * If you have a link to your site where the widget is located, I can give you a
   piece of code to stop it from stretching.
 * Hal
 *  Thread Starter [cloudduster](https://wordpress.org/support/users/cloudduster/)
 * (@cloudduster)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/resizing-background-graphics/#post-4042488)
 * Hi thanks for the reply,
 * Here’s one:
    [http://www.webbline.com/updates-casa-rosario-pension-house/](http://www.webbline.com/updates-casa-rosario-pension-house/)
 *  Plugin Author [Hal Gatewood](https://wordpress.org/support/users/halgatewood/)
 * (@halgatewood)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/resizing-background-graphics/#post-4042489)
 * Try adding the following to your style.css in your theme:
 *     ```
       #main .awesome-weather-cover {
         background-size: auto;
         background-repeat: no-repeat;
         background-position: center center;
         background-color: #fffadd;
       }
       ```
   
 *  Thread Starter [cloudduster](https://wordpress.org/support/users/cloudduster/)
 * (@cloudduster)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/resizing-background-graphics/#post-4042490)
 * Awesome. That worked!
 * Great plugin. Thanks!

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

The topic ‘Resizing background graphics.’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/awesome-weather_ad7c7d.svg)
 * [Awesome Weather Widget](https://wordpress.org/plugins/awesome-weather/)
 * [Support Threads](https://wordpress.org/support/plugin/awesome-weather/)
 * [Active Topics](https://wordpress.org/support/plugin/awesome-weather/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/awesome-weather/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/awesome-weather/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [cloudduster](https://wordpress.org/support/users/cloudduster/)
 * Last activity: [12 years, 9 months ago](https://wordpress.org/support/topic/resizing-background-graphics/#post-4042490)
 * Status: resolved