jquerykendo-uikendo-menu

Remove extra space right of Kendo menu


How to remove extra space of Kendo menu item displaying at end.

Here is an image of my menu:

Kendo Menu

In the above menu after Events it is displaying an extra blank. Is there any way to hide or remove it?


Solution

  • Define the following CSS style:

    #menu {
        float: left;
    }
    

    Where menu is the id of the HTML element containing the menu.

    Example here: http://jsfiddle.net/OnaBai/7bk2h/16/