I’ve a problem with a a HTML UL list. See the following sample:
http://uploads.demaweb.dk/li.html
I would like the two menus to be displayed in on line and centered. How can I do that?
I’m not able to change anything inside the divs with the menu-class since they are generated by a CMS.
You can do this… if I read the question correctly
Add
text-align:center;to.containerand
display:inline-block;to.menuExample: http://jsfiddle.net/jasongennaro/8BAjV/
EDIT
In that case, add
vertical-align:top;Revised example http://jsfiddle.net/jasongennaro/8BAjV/2/