I have 4 team members https://whitestagrealty.com/
If the window is wide, they all show up on one row and it looks fine.
When the window is narrow, it creates two rows, and puts 3 people on the first row, and one person on the second row.
All images are exactly the same size.
The CSS I am using is as follows:
ul.multiple-team-section li.multi-team {
float: none;
display: inline-block;
}
However, the person on the bottom row is not centered. "Jeff" shows up about 20 pixels to the right of "Chris"
HOW DO I GET THE BOTTOM ROW TO BE CENTERED?
Please and thanks
If the window is wide, they all show up on one row and it looks fine.
When the window is narrow, it creates two rows, and puts 3 people on the first row, and one person on the second row.
All images are exactly the same size.
The CSS I am using is as follows:
ul.multiple-team-section li.multi-team {
float: none;
display: inline-block;
}
However, the person on the bottom row is not centered. "Jeff" shows up about 20 pixels to the right of "Chris"
HOW DO I GET THE BOTTOM ROW TO BE CENTERED?
Please and thanks