Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > ToolBar > Toolbar Buttons Centered

Not answered Toolbar Buttons Centered

Feed from this thread
  • Albert Shenker Master avatar

    Posted on Jan 31, 2012 (permalink)

    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?

    Reply

  • Posted on Feb 1, 2012 (permalink)

    Hello,

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

    Thanks,
    Princy.

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > ToolBar > Toolbar Buttons Centered
Related resources for "Toolbar Buttons Centered"

[   ASP.NET ToolBar Features  |  Documentation  |  Demos  |  Telerik TV   |   Self-Paced Trainer   |  Step-by-step Tutorial  ]