• Resolved damaca

    (@damaca)


    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

    (@deepakkite)

    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:

    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.