If you need to show all your employees at one page, you can reduce the box size to fit everyone in or disable the photos (Plugin settings > Globals > Hide Org Chart Photo). To reduce the org chart adjust the following code based on your needs, put the following code in Plugin settings > Tools > Custom CSS or or theme’s style.css.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
div.emd-container .orgchart .node { | |
width: 80px !important; \\ Adjust this based on your team's size | |
} |