Forums
Home / Theme: Mk / Differenciate sub-menus
(@bohemian1986)
8 years, 9 months ago
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
(@dwevans)
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.
Yes !
Thank you !!