Code snippet: Increase the size of document category folders
Document Library Pro has an option to structure the document library into category-based folders. The plugin settings page allows you to customize the color of the folders, but not change their size.
If you would like to change the folder size, then you can do so using the following CSS code snippet. If you don't know how to use it then please see our documentation about how to use custom CSS, or request a quote from our customization service.
The folders are 30 pixels by default and the following code will change them to 50px. You can change this number to anything you like:
.dlp-folders .dlp-icon.folder, .dlp-folders .dlp-icon.folder_open { width: 50px; height: 50px; }
If searching the knowledge base hasn't answered your question, please contact support.