In my portfolio the pictures are all sized the same before uploading, so they are consistently the same size, which is great. However, the titles and captions are often different lengths which causes things to not look uniform and not line up cleanly with each other. Is it possible to have all the boxes containing the thumbnail and text to be the same height as whichever box has the most text, formatted appropriately for desktop vs. mobile, etc.
Hi sopadale!
You can add this on your custom.css or Quick CSS:
.main_color.inner-entry .grid-content {
min-height: 60px;
}
It will set a minimum height for portfolio title and excerpt. Adjust the height.
Best regards,
Ismael
Thank you Ismael. That worked great!
Hi!
Glad Ismael fixed it. :)
Regards,
Josue