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

Toolbar Buttons Centered

1 Answer 36 Views
ToolBar
This is a migrated thread and some comments may be shown as answers.
Albert Shenker
Top achievements
Rank 1
Veteran
Iron
Albert Shenker asked on 31 Jan 2012, 05:08 PM
I've seen a fair number of posts about creating a toolbar with some buttons which are left justified and others which are right justified. I believe this currently requires a fair bit of javascript and/or css to accomplish, though Telerik may be working on a built-in button alignment solution. I wonder, is there a way at present to center align ALL of the buttons in a toolbar?

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 01 Feb 2012, 06:03 AM
Hello,

Try the following CSS.
CSS:
<style type="text/css">
 .RadToolBar
 {
   text-align:center !important;
 }
</style>

Thanks,
Princy.
Tags
ToolBar
Asked by
Albert Shenker
Top achievements
Rank 1
Veteran
Iron
Answers by
Princy
Top achievements
Rank 2
Share this question
or