How can I add a vertical divider, that separates top-level items, to Yii2's Nav
? Is this supported?
From Nav
's docs I know, that I can add horizontal divider ('<li class="divider"></li>'
) or horizontal header ('<li class="dropdown-header">Dropdown Header</li>'
) to first-level dropdown items. But adding these classes at top-level items brings no visual effect.
Is there any way to visually separate let's say Login
item from all other top-level items in Nav
?
There is no vertical divider in bootstrap 3, read more here :
You should simply create needed css rules.