Viewing 1 replies (of 1 total)
  • Twórca wątku jantomx

    (@jantomx)

    Rozwiązałem problem sam, w pliku superfish.css (katalog stylu/lib/superfish.css) zmieniłem:

    #nav {
    text-align : left;
    margin-right : 245px;
    font-weight : bold;
    }
    #nav li {
    float : right;
    margin-top : 10px;
    list-style : none;
    }

    na:

    #nav {
    clear: left;
    float: left;
    list-style: none;
    padding: 0;
    font-weight : bold;
    position: relative;
    left: 50%;
    text-align: center;
    }
    #nav li {
    margin-top : 10px;
    display: block;
    float: left;
    list-style: none;
    padding: 0;
    position: relative;
    right: 50%;
    }

    I uzyskałem dokładni taki efekt jaki oczekiwałem

Viewing 1 replies (of 1 total)
  • Temat ‘Cloudy Night – edycja Menu’ jest zamknięty na nowe odpowiedzi.