Hello,
I am working on my “our team” section.
There were 4 sections for 4 people.
Now I removed the div of one person, so the other three are not aligned at the center anymore! How can I fix this?
the structure kinda looks like this:
<div class=”row pt-5 mt-5 mb-4″>Caption/Text of section</div>
<div class=”row pb-5 mb-5>
<div class=”col-sm-6 col-lg-3 mb-4 mb-lg-0″> Person 1</div>
<div class=”col-sm-6 col-lg-3 mb-4 mb-lg-0″> Person 2</div>
<div class=”col-sm-6 col-lg-3 mb-4 mb-lg-0″> Person 3</div>
–4th Person removed —
</div>
Thanks in advance!