Hi Kriesi,
See image below.
In the portfolio grid you can see the featured image, the title and an excerpt. When the title of one portfolio item is longer compared to another, or if an excerpt is not used, the space around the text varies. The portfolio grid becomes ugly… THere must be an easy way to fix the space so they wil all meet the same dimension? But how…
Could you shine a light on that one?
Thanks in advance!
added:
This seems to be a workaround, not the solution to the answer but a way to make the differences invisible… In fact I just may use this solution. In case you have a solution to the initial question then I am open to that as well.
Hey Aerdvark,
Could you post a link to where we can see the actual problem? If you found a solution then please post it here as well.
Best regards,
Rikard
Hi Rikard,
I thought I had pasted the code (workaround) but I seem to have some memory issues :-\
This is what I have done so far, it hides the lines so the difference in size is no longer visible.
/* Spacing between portfolio grid items */
.isotope_activated .isotope-item {
margin-left: 0;
padding-right: 5px;
padding-bottom: 5px;
}
/* Hide portfolio grid lines */
.grid-entry .inner-entry {
box-shadow: none !important;
}
The actual website is under construction and also the “problem” no longer exists.