This question already has an answer here:
- Five equal columns in twitter bootstrap 38 answers
How do you equally divide a row in 5 columns in Bootstrap 4 where it has 12 columns total? Anyone knows?
This question already has an answer here:
How do you equally divide a row in 5 columns in Bootstrap 4 where it has 12 columns total? Anyone knows?
Bootstrap 4 doesn't use floats like version 3 did so it can automatically space out your columns using just the
col
class. So for 5 equally spaced columns, just do this: