How can I make my list items appear horizontally in a row using CSS?
Set the display property to inline for the list you want this to apply to. There's a good explanation of displaying lists on A List Apart.
display
inline