• Resolved bavarec

    (@bavarec)


    Hello,

    I’m interested if there is a option to set maximum height for the posts in the grid. I know you can set maximum image height, but if some post title is longer, the whole grid looks unorganized.

    Thanks,

    Naum

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Anoop Ranawat

    (@anoopranawat)

    Hello,

    You can set height by this parameter image_height="300" like this way but there is no such functionality for grid maximum height

    you can set custom CSS for a title

    .pgafu-post-title{width: 300px;overflow: hidden;text-overflow: ellipsis;
    white-space: nowrap;margin: 0 auto !important;
    }

    Thanks

    Thread Starter bavarec

    (@bavarec)

    Thank you very much, that seems to work, but can you help me set a custom CSS for a title that would be maximum two rows or around 60 characters?

    Thanks

    Plugin Author Anoop Ranawat

    (@anoopranawat)

    Hello,

    Sorry for the inconvenience but it’s not possible with CSS.
    We have checked all things, You can do only one thing for the long title.

    1) We can set max-height but dots(…) will not display AND
    2) Set dots for a long title by width but it will not display in two rows

    please let us know what you want exactly.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Maximum post height?’ is closed to new replies.