Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • Kruno Novosel Friend
    #145457

    how to align whole horizontal menu to the right?
    plz, help

    micrantha Friend
    #321430

    Hello asker,

    In template file template.css search for:

    /* Main Nav ---*/

    You can add a new line:

    #ja-mainnav ul{float:right;}

    That will probably do for you what you want.

    Succes

    Kruno Novosel Friend
    #322264

    micrantha,
    I moved top menu to the right as you helped me, but this changed order of menu items. Now order of the menu items goes from the right to the left,too. I need order from the left to the right as was when alignment of menu was on the left.

    any help?

    micrantha Friend
    #322276

    Hello,

    Maybe you made a mistake.
    Menu-items float right and have order from right to left when I use this codeline in template:

    #ja-mainnav ul li{float:right;}

    But you have to use the codeline that only targets the ul-tag.
    In this case the whole menu-list floats right and keeps the list-items in order from left to right:

    #ja-mainnav ul{float:right;}

    Hope it works for you now.

    Kruno Novosel Friend
    #322278

    That’ it!
    Thanks, thanks, thanks!!!!!

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 2 voices, and was last updated by  Kruno Novosel 15 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum