Images not following the intended layout | Bootstrap

As you can see the images on the third row are starting off from the right. I can’t figure out why.

Codepen Link: https://codepen.io/Smokahontas/full/LQvwGL/

because not all images have same height which results in different column height.
what you can do is set same height for all images or use flexbox.

1 Like

Ok. Understood it! :star_struck: Thanks a lot :slight_smile: