• Resolved bohemian1986

    (@bohemian1986)


    Hello,

    I have a menu with sub-menu, and I think its difficult to differenciate 1st level menus from 2nd level sub-menus.

    I’d like, for exemple to align the 2nd level submenus in the right when displayed, while 1st level menus stay in the middle.

    URL:

    Thanks for your help

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    You can try this custom CSS:

    .sidebar .nav-second-level li, .sidebar .nav-third-level li {
    text-align: right;
    }

    You can leave the .nav-third-level li out if you want.

    Hope this helps.

    Thread Starter bohemian1986

    (@bohemian1986)

    Yes !

    Thank you !!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Differenciate sub-menus’ is closed to new replies.