Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #230218

    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.
    picture

    #230509

    Hi hel4eg!

    You can add this on custom.css or Quick CSS:

    .grid-content {
    min-height: 60px;
    }

    Cheers!
    Ismael

    #230730

    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.

    #231185

    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

    #232530
    This reply has been marked as private.
    #232899

    Hey!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .pricing-table {
    margin: 0;
    }

    Cheers!
    Yigit

    #233033

    perfect!
    thank you

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Spaces in portfolio page’ is closed to new replies.