This is a migrated thread and some comments may be shown as answers.

RadPanel center text

1 Answer 77 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
ADAS
Top achievements
Rank 1
ADAS asked on 07 Apr 2013, 02:32 PM
Hi,

I would like to know how to center the text inside the radpanel. i have added an image but as a result the text is off center.

i have attached an image of my problem,

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 08 Apr 2013, 07:28 AM
Hi,

Try overriding the default CSS.
CSS:
.RadPanelBar .rpText {
    text-align: center !important;
}

Thanks,
Princy
Tags
PanelBar
Asked by
ADAS
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or