PlayTube Category Columns
I have a bunch of categories, so I had to be a little creative in the way I wanted to show them. With some simple CSS you can do the same. Add in /themes/default/css/custom.style.css
1 2 3 4 5 6 |
/* Desktop Nav Columns */ nav.navbar-findcond ul.dropdown-menu.categories-drop-down { columns: 3 !important; -webkit-columns: 3 !important; -moz-columns: 3 !important; } |
You’ll need to clear your cache for this to fully take effect. Some users won’t see this until they …