Hello,

Question 1
Is there a way to align the title text of a panel in the center. Without all the components nested in that panel inheriting that align-center.

Tried the follow:

- All nested components text-align:left is no option.
- Modifying the general css file, but that will mean ALL panels will have that property and thats exacltly what i dont want.
- StyleSpec="text-align:center" but that again all nested components inherit that property.

Im looking for a way so i can adjust the text-align for getting the title in the middel for one specific panel. So the nested components stay untouched.


Question 2
There is something like BodyCls = so instead doing everything in a inline statement so i can do the css styling for that specified panel in a normale css file in a class or div.?