Horizontal menu/title

bells / 2012-10-25 17:58:31   

thehuntimage.co/

Hi!

I have a little problem with my horizontal menu, I've looked everywhere but I have not found a solution. It's probably quite simple...

I actually have a horizontal menu, it's great, it's perfect, BUT, the display in the menu are still vertical... By that I mean the title ''collection, mission, contact...'' are one above the other and not next to each other as I would like...

I tried everything that I thought possible in the style.css (It should be there): index styling...padding, margin, display etc...

Help would be appreciated!
thank you

arsondpi / 2012-10-25 19:47:23   

...this will give you a headstart:

  1. #index ul.section li.exhibit_title {
  2.     float: left;
  3.     margin-right: 10px;
  4. }

:-)

bells / 2012-10-25 19:51:59   

Ahhhhh God, yeah. So simple!

thank you !!!

This thread has been closed, thank you.