Portfolio layout project height
-
Hi, I’d like the portfolio layout to be the same height for all projects based on the request of my client. How can I modify the portfolio-info class to make sure that these are all at the same height?
Thanks
Hello,
Please share the WP admin login details of your site so I will check and give you a possible solution.
Best Regards.
Hello,
Try to add following custom css code in theme settings custom css:
.portfolio-entry .wd-entities-title {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
Best Regards.
Hi that seems to fix the issue but instead of hiding the texts, can it be shown instead? The client requested to show the overall title of the hospitals.
In addition, it seems that there’s an empty space below some rows but not others (refer to the two images included). Can it be with space e.g: 20px at the bottom?
Attachments:
You must be
logged in to view attached files.
Hello,
So the issue is in the images themselves. Unfortunately, we don’t have such settings that will make portfolio items with the same height regardless of the size of the images.
If you have any other questions or concerns, please do not hesitate to reach out, I’d love to help!
Kind Regards