trouble with auto nav and page list display in dark chocolate theme

Permalink
Hi,

I am using the dark chocolate theme, and anytime I use either auto nav, or page list it displays the links like below

link1

link2

link3

link4

this is fine for pages that I use a column on, but I would like to have my navigation links below my logo lined up vertically like below

link1 link2 link3 link4

can anyone help me figure out how to do this.

my site is apoprecords.com

 
jordanlev replied on at Permalink Reply
jordanlev
You need to use CSS to change the style of those links so they display horizontally instead of vertically. This article is a classic on the subject:
http://www.alistapart.com/articles/taminglists/...

Can also Google for something like "css display list items horizontally" and get a ton of results about this.

Good luck!