Is there a way of making every Team Member box on a page the same height, such as 200 pixels?
Hey stevewroche,
I’m not sure if it would look very good, but you can try something like this:
.page-id-324 .avia-team-member {
min-height: 590px;
}
Best regards,
Rikard
Thank you, I will try that.