Title: vickdoesweb's Replies | WordPress.org

---

# vickdoesweb

  [  ](https://wordpress.org/support/users/vickdoesweb/)

 *   [Profile](https://wordpress.org/support/users/vickdoesweb/)
 *   [Topics Started](https://wordpress.org/support/users/vickdoesweb/topics/)
 *   [Replies Created](https://wordpress.org/support/users/vickdoesweb/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/vickdoesweb/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/vickdoesweb/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/vickdoesweb/engagements/)
 *   [Favorites](https://wordpress.org/support/users/vickdoesweb/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[File Away] Background ?](https://wordpress.org/support/topic/background-48/)
 *  [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.

Viewing 1 replies (of 1 total)