Title: Responsive Background
Last modified: August 21, 2016

---

# Responsive Background

 *  Resolved [naplpm](https://wordpress.org/support/users/naplpm/)
 * (@naplpm)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/responsive-background/)
 * Hi,
 * I’m using your theme for a really simple page, where the background image is 
   almost the most important element, since is basically the home page. I would 
   like to do this image responsive, but I couldn’t find where in the CSS I can 
   change the body.backgroud-image properties, actually I would like to set the 
   background-size to 100%.
 * Here the site: [http://banhmigos.com/](http://banhmigos.com/)
 * Thank you very much.
 * Best.

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

 *  Theme Author [tskk](https://wordpress.org/support/users/tskk/)
 * (@tskk)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/responsive-background/#post-4034849)
 * background is powered by background feature of WordPress Dashboard->Appearance-
   >Background.
 *  Thread Starter [naplpm](https://wordpress.org/support/users/naplpm/)
 * (@naplpm)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/responsive-background/#post-4034921)
 * Gotcha, fixed. I added this code on the header:
 *     ```
       <style type="text/css" id="custom-background-css">
           body.custom-background { background-size: 100%; }
           </style>
       ```
   
 * Thanks

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

The topic ‘Responsive Background’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/alexandria/2.5.6/screenshot.png)
 * Alexandria
 * [Support Threads](https://wordpress.org/support/theme/alexandria/)
 * [Active Topics](https://wordpress.org/support/theme/alexandria/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/alexandria/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/alexandria/reviews/)

## Tags

 * [background](https://wordpress.org/support/topic-tag/background/)
 * [css](https://wordpress.org/support/topic-tag/css/)
 * [image](https://wordpress.org/support/topic-tag/image/)

 * 2 replies
 * 2 participants
 * Last reply from: [naplpm](https://wordpress.org/support/users/naplpm/)
 * Last activity: [12 years, 7 months ago](https://wordpress.org/support/topic/responsive-background/#post-4034921)
 * Status: resolved