jOrgChart icon indicating copy to clipboard operation
jOrgChart copied to clipboard

How to center the chart?

Open forceberg opened this issue 12 years ago • 1 comments

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.

forceberg avatar Feb 09 '13 23:02 forceberg

I centered it pretty easy with this...

.jOrgChart table {
margin: 0px auto;
}

hadees avatar Apr 01 '13 06:04 hadees