Skip to content

Horgix

My feedback

1 result found

  1. 256 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Horgix commented  · 

    Regarding the width of the left panel, it's possible to change it with custom CSS (Settings > Appearance > Custom theme).

    By default, the width is 190px; you can set it to 250px for example with this CSS:

    #ptSidebar { width: 250px }
    body #pm_main { width: calc(100% - 250px) }

    It should also be possible to do something similar for the droplist when assigning labels/folders.

Feedback and Knowledge Base