Home team category and Team template category not displaying in straight lines
- The topic ‘Home team category and Team template category not displaying in straight lines’ is closed to new replies.
Need help? Check out our Support site, then
Hi there,
We have set up the ‘Home team category’ on our homepage (under ‘where do you fit’ > https://saurbanfood.org/) and the ‘team template category’ under About > Our people (https://saurbanfood.org/committee/).
On both pages, the featured images aren’t displaying perfectly in line. The images have all been created on the same Canva template, so are definitely the same size and height.
Where do you fit > the ‘researchers’ and ‘planners and regulators’ images are sitting slightly higher than the other images in the same row.
Our people > the ‘Kylie Markow’ image is sitting slightly below the images in the same row.
Is there a way this can be fixed?
Thanks,
Koren
The blog I need help with is: (visible only to logged in users)
Hello,
Please try adding the following sets of CSS to resolve this:
.featured-team .holder {
max-height: 320px;
}
@media screen and (max-width: 767px) {
.featured-team .holder {
max-height: none;
}
}