You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
In my header nav dropdown, I get a pure dropdown. This is a long list. I would like to be able to set:
columns
titles
have dropdown items sorted in columns so it is more horizontally spread
Describe the solution you'd like
option to add other content to a dropdown (nav dropdown in this case)
<!-- current --><divclass="nav-item has-sub"><aclass="nav-dropdown-link">
Me
</a><ulclass="dropdown-menu dropdown-animated" role="menu"><lirole="menu-item"><a>About</a></li><lirole="menu-item"><a>Achievements</a></li><lirole="menu-item"><a>Likes</a></li></ul></div>
possible solution:
<!-- mod--><divclass="nav-item has-sub"><aclass="nav-dropdown-link">
Me
</a><divclass="dropdown-menu dropdown-animated" role="menu"><divclass="grid"><divclass="column" >
.. items and title
</div><divclass="column">
..items and title
</div></div></div></div>
to make it responsive, the columns would probably need to be stackable.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
In my header nav dropdown, I get a pure dropdown. This is a long list. I would like to be able to set:
Describe the solution you'd like
option to add other content to a dropdown (nav dropdown in this case)
possible solution:
to make it responsive, the columns would probably need to be stackable.
The text was updated successfully, but these errors were encountered: