wesnolte / jOrgChart

A jQuery plugin to draw tree-like structures such as OrgCharts.
989 stars 675 forks source link

How to center the chart? #36

Open forceberg opened 11 years ago

forceberg commented 11 years ago

I've tried everything I am capable of to get the chart always centered in the browser window. Right now it is aligned to left, so if I only have a few items in my chart it looks rather ugly due to the left align.

It should be possible to center align it.

hadees commented 11 years ago

I centered it pretty easy with this...

.jOrgChart table {
margin: 0px auto;
}