Navbar Menu in 2 columns
-
Hello,
i searched long time in different forums but i couldnt find a working solution for set the Navbar Menu in Customizr in 2 Columns as there are too many items in it. I tried it with that code:
.navbar .dropdown-menu > li > a { width: 200px; .sub-menu-columns ul.dropdown-menu li { display: inline-block; float: left; width: 90px; } .sub-menu-columns ul.dropdown-menu li:nth-child(odd) { float: left; margin-right: 10px; } .sub-menu-columns ul.dropdown-menu li:nth-child(even) { float: right; }
It appeared a bit weird. Is any working solution out there? Some help would be really great. This is my site.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Navbar Menu in 2 columns’ is closed to new replies.