I would like to have five equal icons in a row, using bootstrap 3. I know that in Bootstrap 4, it is easy do it, but for now, I was wondering how this can done using bootstrap 3.
Essentially, I want to have five icons in a row, and if there is more than five icons, then the 6th icon will be moved to the next line(like wrapping). Here is how it is currently set up: https://jsfiddle.net/cliffeee/bjhvpf7q/17/.
↧
In Bootstrap 3, how to have only have five icons per row?
↧