• Resolved yandoos

    (@yandoos)


    Hiya I was hoping for some advice please.

    My secondary menu has quite a few items in it. In fact it went onto 2 lines. I tried to fix this by specifying the width of the seconday nav.

    #nav-second ul.sf-menu>li {
    width:11%;
    }

    The problem is that now my secondary menu items are all different distances from each other.

    Any ideas on what else I can do to the css to achieve this please?

    Thank you

Viewing 1 replies (of 1 total)
  • Thread Starter yandoos

    (@yandoos)

    Rather than specifying width i used auto. Like this:

    #nav-second ul.sf-menu>li {
    width: auto;
    padding: 0 10px;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Secondary menu items not equidistant’ is closed to new replies.