Title: fix for partial background coverage
Last modified: August 19, 2016

---

# fix for partial background coverage

 *  Resolved [ihaveanewname](https://wordpress.org/support/users/ihaveanewname/)
 * (@ihaveanewname)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/fix-for-partial-background-coverage/)
 * i had a problem in customizing this theme, where the background would only cover
   the window as far down as i had content, and left it white below that.
 * to fix this, change the .all section in the css to
 *     ```
       html {
               background: url(images/frame-img.php) no-repeat center center fixed;
               -webkit-background-size: cover;
               -moz-background-size: cover;
               -o-background-size: cover;
               background-size: cover;
       }
       ```
   

The topic ‘fix for partial background coverage’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 0 replies
 * 1 participant
 * Last reply from: [ihaveanewname](https://wordpress.org/support/users/ihaveanewname/)
 * Last activity: [15 years, 6 months ago](https://wordpress.org/support/topic/fix-for-partial-background-coverage/)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
