Hi there,
I have a problem with the portfolio grid. I can’t figure out how featured pics resizing works. it seems to be cropped as well.
On my portfolio grid I have different sizes of box. Do they resize depending on the size of the pic?
Which size of feature pic should I use to get a neat grid?
See the problem there:
http://www.demmachines.com/homepage/systems-equipment/
Regards
Simon
Hey simon975!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.grid-image img { height: 120px; }
@media only screen and (min-width: 768px) and (max-width: 1139px) { .grid-image img { height: auto; } }
On some screens it may not be as neat because title lenghts are not equal
Cheers!
Yigit