How to remove extra space of Kendo menu item displaying at end.
Here is an image of my menu:
In the above menu after Events it is displaying an extra blank. Is there any way to hide or remove it?
How to remove extra space of Kendo menu item displaying at end.
Here is an image of my menu:
In the above menu after Events it is displaying an extra blank. Is there any way to hide or remove it?
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/