I’m unable to get the horizontal menus to appear horitontally. The list keeps coming out vertically. I followed the instructions in the documentation on how to change the default settings. I copied this piece of code (again from documentaiton)
#navmenu ul {margin: 0; padding: 0;
list-style-type: none; list-style-image: none; }
#navmenu li {display: inline; }
#navmenu ul li a {text-decoration:none; margin: 4px;
padding: 5px 20px 5px 20px; color: blue;
background: pink;}
#navmenu ul li a:hover {color: purple;
background: yellow; }
and placed it in (using classic)
wp-content/themes/classic/style.css
and also tried
wp-content/themes/default/style.css
In case browsers CSS is turned off, I also copied the line (as per doc)