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;
}
Hi Eduardo, is this resolved?
Yes! Resolved.
Thanks a lot, I thought I had already replied to your message.
Regards