Skip to content

Instantly share code, notes, and snippets.

@emarket-design
Last active February 24, 2016 16:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save emarket-design/640dc37c3faa94237ff6 to your computer and use it in GitHub Desktop.
Save emarket-design/640dc37c3faa94237ff6 to your computer and use it in GitHub Desktop.
Displaying large org charts in Employee Directory WordPress plugin
//Copy and paste the following code in your theme's style.css file
div.emd-container .table-responsive {
overflow-x: auto;
}
//Copy and paste the following code in a page "text" editor
<div class="table-responsive">[employee_orgchart]</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment