Title: span background across widgets
Last modified: July 28, 2020

---

# span background across widgets

 *  Resolved [rilliam](https://wordpress.org/support/users/rilliam/)
 * (@rilliam)
 * [6 years ago](https://wordpress.org/support/topic/span-background-across-widgets/)
 * Is it possible to span a background image across both sidebar areas so that the
   site content background image spans across sidebars and not just inside the site
   content area?
    -  This topic was modified 6 years ago by [rilliam](https://wordpress.org/support/users/rilliam/).

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

 *  [longnguyen](https://wordpress.org/support/users/longnguyen/)
 * (@longnguyen)
 * [6 years ago](https://wordpress.org/support/topic/span-background-across-widgets/#post-13183296)
 * Hi,
 * You can use this custom CSS code in Appearance -> Customize -> Additional CSS,
   to add a background image for the site content (main content and sidebar).
 *     ```
       .site-content {
         background-image: url(https://customifysites.com/outfit/wp-content/uploads/sites/15/2018/09/cover.jpeg);
         background-repeat: no-repeat;
         background-size: cover;
         background-position: center center;
       }
       ```
   
 * Regards.
 *  Thread Starter [rilliam](https://wordpress.org/support/users/rilliam/)
 * (@rilliam)
 * [6 years ago](https://wordpress.org/support/topic/span-background-across-widgets/#post-13186652)
 * Awesome thank you so much!

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

The topic ‘span background across widgets’ is closed to new replies.

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

 * 2 replies
 * 2 participants
 * Last reply from: [rilliam](https://wordpress.org/support/users/rilliam/)
 * Last activity: [6 years ago](https://wordpress.org/support/topic/span-background-across-widgets/#post-13186652)
 * Status: resolved