Can the auto-nav block be set to horizontal?

When I first started playing with the example site, the auto-nav at the top was displaying top-level pages in two rows. In my live site, it’s down to only four entries, but it displays vertically. That may because one entry is longer, but it seems like there should be an option to force to be a totally horizontal layout. Is there?

Thanks!

Option 1: override the auto-nav block template (copy concrete/blocks/autonav/templates/responsive_header_navigation to application/blocks/autonav/templates/responsive_header_navigation) and add a new view.css with the following:

.ccm-responsive-navigation ul { list-style: none; }
.ccm-responsive-navigation ul li { display: inline-block; }

Option 2: try the Simple Nav Menu addon:

See