1.

Can we align single row of items from the start in Bootstrap?

Answer»

Yes, we can align single rows of items from the START USING the align-items-*-start class USED in Bootstrap.

Let’s say you need to align from the start on small screen SIZE, for that in place of *, ADD sm for small i.e.:

align-items-sm-start


Discussion

No Comment Found