Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
Hi Valdis,
I think for now you have you use Shift + Mouse Wheel to scroll the menu items horizontally.
If you create a new menu item like this example:
new DropDownMenuItem("Menu under CMS", "/global/cms/newsectionincms")
{
IsAvailable = (_) => true,
SortIndex = int.MaxValue
}
Then you can add sub-items to it and get the old style menu/sub-menu type approach
Hi,
Have many menu items (Episerver.DeveloperTools) under single global item. On FullHD screen not everything fits in. Is there any way to create sliding menu?