Metro Finance Navigation
Hi Telerik Team.
I am using Sitefinity 4.3 and working on Metro Finance Template.However,my navigation is not looking like the one in the Live Demo.Whenever i want to use a template from Sitefinity marketplace,this problem happens.
I am waiting for your solutions.
Thanks in Advance
Can,
Can,
Hi guys,
@Tim, the navigation widget should be configured to Horizontal with drop down menus, as you properly pointed out. However, I didn't need to set a Metro skin to it to have the same look as the navigation from the demo. The css needed a little touching up though, because Telerik default styles would add a border around the navigation. To remove it I just declared:
.RadMenu_Sitefinity ul.rmRootGroup, .RadMenu_Sitefinity div.rmRootGroup
border
:
none
important!;
JeePee,
It looks like tree navigation. Check out Configuring the Navigation widget to see more on the different options that are available.