Hi,
Apologies for the delay, we had staff shortage and some threads got overlooked + it was the weekend when support is offline – sorry for that!
Here’s a cleaner way of doing it, you just need to use Inspect Element in your browser and find out the data-id attribute for the li tag that’s holding the team member you want to target.
Example:
On your site, Pat Cafferty has data-id=”id-0″, so we can write this to single her out:
.team-member[data-id="id-0"] {
float: none !important;
margin: 0 auto !important;
}
Again, sorry for the delay.
Regards,
————————————————————————————————————
Cosmin – Support