I'd like to add a second navigation section, to the footer, and tried setting these up as secondary links and then showing them in the footer in a block.

However, they were organized top-to-bottom instead of left-to-right. Is there a way to change this?

Thank you,
Jugney

Comments

Jacine’s picture

Status: Active » Closed (fixed)

Hi Jugney,

You can do this with CSS using display: inline.

This is a great step-by-step tutorial on how to achieve what you are going for: http://css.maxdesign.com.au/listutorial/horizontal_introduction.htm

If you don't want to go through the steps, this is the summary: http://css.maxdesign.com.au/listutorial/horizontal_master.htm

That should help!