• Is it possible to make primary menu justifying when it becomes double lined?

    I tried this but no success.

    #nav-main ul.sf-menu>li {
    float:none;
    display:inline-block;
    }

    #nav-main ul.sf-menu {
    text-align:justify;
    float:none;
    }

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Justify double lined Primary Menu’ is closed to new replies.