twitter bootstrap 3 - Kendo UI - Menu - Is there a way where i can get all the menu items to be the same width (equal) -


i have menu 7/8 options. width of these same because when try , resize browser window , reduce width menu items go onto next line (which fine) however, messy. if menu item width same neater. can please?

enter image description here e.g. want red rather blue (in image shown)

try override default kendo css:

#your-menu li.k-item {      width: your_width; } 

i haven't tested, i'm sure idea. luck.


Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -