• Resolved RandomNick

    (@randomnick)


    How can I float last menu item to right?
    float:right on current item won’t work.
    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • amahato

    (@amahato)

    Menu li last child css will be float:right. follow the last child css as below:

    li:last-child {
    float:right;
    }

    If You will provide your site url is better asist…

    Thread Starter RandomNick

    (@randomnick)

    Thanks for response. I tried and no luck. Ill play with css a bit more

    Thread Starter RandomNick

    (@randomnick)

    !important command fixed it ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Float menu item’ is closed to new replies.