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

Center Align all navigation nodes

1 Answer 98 Views
Navigation
This is a migrated thread and some comments may be shown as answers.
Mike Causi
Top achievements
Rank 1
Mike Causi asked on 30 Oct 2018, 08:05 PM
How can I have all the navigation nodes be centered inside of a RadNavigation control that occupies 100% of the screen?  Right now all items are left aligned with a lot of extra gray space to the right.

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 31 Oct 2018, 04:16 PM
Hi Mike,

You can center align the DIV wrapper of the nodes via the following CSS class:

<style>
    html body .rnvRootGroupWrapper {
        text-align: center;
    }
</style>


Best Regards,
Rumen
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
Navigation
Asked by
Mike Causi
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or