Good afternoon.
Tell me, please, how to set the height of portfolio under the description field. I obtained descriptions of different lengths. On one or two lines. As a result, there are spaces. Marked them in red on the attached picture.
Hi hel4eg!
You can add this on custom.css or Quick CSS:
.grid-content {
min-height: 60px;
}
Cheers!
Ismael
Hi, Ismail.
Thanks for solution of the problem.
There is still one question, whether using Quick CSS to remove the gaps between the columns of the table. If it was produced in such a representation as in the picture.
Hi!
I’m really not sure if I understand you correctly. Do you want to remove the space between the columns? Can you please give us a link to the actual website?
Best regards,
Ismael
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.pricing-table {
margin: 0;
}
Cheers!
Yigit
perfect!
thank you