Prevent wrapping of menu items

后端 未结 6 1753
面向向阳花
面向向阳花 2020-12-24 02:00

I created a horizontal navigation (menu) bar for my site. When I re-size my window to a size smaller than that of the bar, the menu items get wrapped. I want the menu to rem

6条回答
  •  伪装坚强ぢ
    2020-12-24 02:28

    You should set a min-width for #cssmenu > ul, one that allows all your menu items to fit.

提交回复
热议问题