Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author A. Jones

    (@nomadcoder)

    Hi Eduardo,

    Thank you! Please rate the plugin!

    An update will be coming out within the next day or two that should address this issue. I will let you know as soon as it’s ready.

    If you can’t wait (you should), you can enter the following in a custom css editor. (This will change all of your grids, whereas the new plugin has shortcode that you can use on individual grids)

    .postimage-title a

    {

    white-space: pre-wrap!important; /* css-3 */

    white-space: -moz-pre-wrap!important; /* Mozilla, since 1999 */

    white-space: -pre-wrap!important; /* Opera 4-6 */

    white-space: -o-pre-wrap!important; /* Opera 7 */

    word-wrap: break-word!important; /* Internet Explorer 5.5+ */

    }

    And you will want a fixed height. You should adjust the value to your needs.

    .postimage-title
    {
    height: 30px;
    }

    Plugin Author A. Jones

    (@nomadcoder)

    Hi Eduardo, is this resolved?

    Thread Starter eduardopelitti

    (@eduardopelitti)

    Yes! Resolved.

    Thanks a lot, I thought I had already replied to your message.

    Regards

    Plugin Author A. Jones

    (@nomadcoder)

    No problem. Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Changing title length’ is closed to new replies.