Working on a small Bootstrap 3 project where client wants to equally space/float four small buttons horizontally in the the Navbar Collapse region or container. What would be the best way in CSS to pull this off?
Obviously, it’s much easier in Bootstrap 4 with flexbox.
So my big issue was the fact that I was using flex in the wrong div element, when I needed to be targeting a nested div within .navbar-collapse called “region-navigation-collapsible”.
Anyway, your CSS structure is much cleaner than mine, so I’m using it in this project now. Thanks!