Title: Chart size
Last modified: October 11, 2023

---

# Chart size

 *  Resolved [damaca](https://wordpress.org/support/users/damaca/)
 * (@damaca)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/chart-size-2/)
 * I installed the plugin User private files and I have put [upf_manager] in the
   short code. As a result I have obtained a chart very big and Iwould like to change
   the size of the box that appears on the screen to manage the files.
 * Thanks a lot

Viewing 1 replies (of 1 total)

 *  Plugin Author [Deepak Khokhar](https://wordpress.org/support/users/deepakkite/)
 * (@deepakkite)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/chart-size-2/#post-17117914)
 * Hi,
   The file manager is meant to be used full screen width because of the sidebar
   and the files area it needs.There is no option to change the width but you can
   try using this CSS code to override the width of the system:
 *     ```wp-block-code
       div#upfp_container{
           max-width: 1366px;
           margin: auto;
           left: auto;
           right: auto;
       }
       ```
   
 * Change the width of 1366px as you want. Other css code is to make it center aligned.
   
   Thanks.

Viewing 1 replies (of 1 total)

The topic ‘Chart size’ is closed to new replies.

 * ![](https://ps.w.org/user-private-files/assets/icon-256x256.png?rev=2464671)
 * [User Private Files – WordPress File Sharing Plugin](https://wordpress.org/plugins/user-private-files/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/user-private-files/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/user-private-files/)
 * [Active Topics](https://wordpress.org/support/plugin/user-private-files/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/user-private-files/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/user-private-files/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Deepak Khokhar](https://wordpress.org/support/users/deepakkite/)
 * Last activity: [2 years, 11 months ago](https://wordpress.org/support/topic/chart-size-2/#post-17117914)
 * Status: resolved