Title: Background ?
Last modified: August 22, 2016

---

# Background ?

 *  Resolved [holy88](https://wordpress.org/support/users/holy88/)
 * (@holy88)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/background-48/)
 * When i install the plugin the “custom bg” of my wordpress website is overwritten
   with
 * #wrapper { … }
 * Resoults: Only white bg :/
 * I really can’t understand why any help?
 * [https://wordpress.org/plugins/file-away/](https://wordpress.org/plugins/file-away/)

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

 *  Plugin Author [thomstark](https://wordpress.org/support/users/thomstark/)
 * (@thomstark)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/background-48/#post-5544633)
 * There is no #wrapper selector in any CSS file in the File Away plugin. Got a 
   link?
 *  [vickdoesweb](https://wordpress.org/support/users/vickdoesweb/)
 * (@vickdoesweb)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/background-48/#post-5544844)
 * Hi:
 * I was having the same issue & found the solution:
 * Jquery is adding `width:auto;` to the body tag.
 * You just need to comment out the lines 15 – 17 in: wp-content/plugins/file-away/
   lib/js/management.js –
 * they look like this:
 *     ```
       // FLASH BODY WIDTH FOR WEB FONTS
          15      setTimeout(function(){
          16:         $('body').width($('body').width()+1).width('auto');
          17      }, 500);
       ```
   
 * Hope this helps anyone who is having the same issue.
 *  Plugin Author [thomstark](https://wordpress.org/support/users/thomstark/)
 * (@thomstark)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/background-48/#post-5544845)
 * Nice find. Thanks for sharing. The icon fonts sometimes don’t show up on initial
   page load, and this hack is used to fix that. But if you don’t need it, all the
   better.

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

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

 * ![](https://s.w.org/plugins/geopattern-icon/file-away_e3e2e1.svg)
 * [File Away](https://wordpress.org/plugins/file-away/)
 * [Support Threads](https://wordpress.org/support/plugin/file-away/)
 * [Active Topics](https://wordpress.org/support/plugin/file-away/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/file-away/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/file-away/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [thomstark](https://wordpress.org/support/users/thomstark/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/background-48/#post-5544845)
 * Status: resolved