Hello again Enfold Team,
I have a problem with the size of the portfolio items in a grid. Someone of the items use one line to present the name of the item, and other items use two lines. Can i force all the items to use two lines to adjust the grid properly.
See the image to understand my question:
Regards,
Raul.
Hi ribanezg!
Can you post the link to your website so we can inspect elements on it?
Best regards,
Yigit
Hello Yigit,
Sorry, but the blog is not online. I am testing the blog offline, and next month it will be online.
You can see the issue i have explained in the last post in this image:
I have solved the issue inserting this code in the enfold styling quick css:
.grid-content{
min-height:70px;
}
Do you think is it the best solution?
Thanks in advance, Raúl.
Hi!
Yes, defining a minimum height for the grid content should align the images properly. It will depend on the size of the images you’re uploading. Use images with almost the same ratio or dimension.
Regards,
Ismael
Thanks ;-)