• Resolved davidvigo

    (@davidvigo)


    I have a problem with the height of the properties card, it depends on the size of the screen and the text inside the card, some are taller than others.

    How can I always have the same height of all the cards?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Estatik

    (@estatik)

    Try to add this code via css and it should help:

    .ept-property__title h2 {
          text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘size ept-property__inner’ is closed to new replies.