Answer the question
In order to leave comments, you need to log in
Bootstrap and 5 elements in a row?
Good day!
Please help, how can I place 5 elements in a row and make it look normal?
Here's how it should come out:
Thanks for the suggestions or guesses.
Answer the question
In order to leave comments, you need to log in
Sorry, why is bootstrap here?
On the parent block:
display: flex;
justify-content: space-between;
align-items: center;
Divide your blocks into 12 columns, i.e. set each block to the number of columns so that the total is 12, for example:.col-sm-3+.col-sm-2+.col-sm-3+.col-sm-2+.col-sm-2
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question