By default desktop view when using nice menus only allows four menu items before dropping to two rows.

The selector and attribute needed is posted below.

ul.nice-menu-right li {
width: auto;
}

Comments

jpamental’s picture

Status: Active » Closed (works as designed)

I think this is actually related to how you have the nice menu set: it should be 'down' not 'right' if you want a horizontal nav bar. If you select that, the widths are already 'auto'.

nicxvan’s picture

Confirmed