Creating a horizontal auto-nav

Permalink
I'm trying to create a horizontal auto-nav on my website. I read that it could be fixed by hovering over the header nav block to get the edit menu, then choose Custom Template and then Header Menu. But this doesn't work. It still results in a vertical navigation.

What am I doing wrong?

 
RafaelGP replied on at Permalink Reply
RafaelGP
Hi there!

Yes, I remember I had this problem too the very first time I tried it.
In my case the problem was in my css file. Concrete5 Header Menu worked as it supposed to work (creating the html code), but my css wasn't set up for a horizontal navigation... something like:

ul li a {float: left;}


Anyway, do you have a link to your website? Maybe I can take a look and let you know if something is wrong.

Cheers