Title: Changing title length
Last modified: August 22, 2016

---

# Changing title length

 *  Resolved [eduardopelitti](https://wordpress.org/support/users/eduardopelitti/)
 * (@eduardopelitti)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/changing-title-length/)
 * Hi Adrian,
 * First of all, beautiful plugin!
 * Now…I’m having trouble changing the default title length value. I tried editing
   the thumbnailgrid.php where the “$titlelength” value is set to “20” but nothing
   changes.
 * What am I doing wrong?
 * Thanks!
 * Eduardo
 * [https://wordpress.org/plugins/thumbnail-grid/](https://wordpress.org/plugins/thumbnail-grid/)

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

 *  Plugin Author [A. Jones](https://wordpress.org/support/users/nomadcoder/)
 * (@nomadcoder)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/changing-title-length/#post-5246167)
 * 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](https://wordpress.org/support/users/nomadcoder/)
 * (@nomadcoder)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/changing-title-length/#post-5246266)
 * Hi Eduardo, is this resolved?
 *  Thread Starter [eduardopelitti](https://wordpress.org/support/users/eduardopelitti/)
 * (@eduardopelitti)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/changing-title-length/#post-5246267)
 * Yes! Resolved.
 * Thanks a lot, I thought I had already replied to your message.
 * Regards
 *  Plugin Author [A. Jones](https://wordpress.org/support/users/nomadcoder/)
 * (@nomadcoder)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/changing-title-length/#post-5246268)
 * No problem. Thank you!

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

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

 * ![](https://s.w.org/plugins/geopattern-icon/thumbnail-grid.svg)
 * [Featured Image Thumbnail Grid](https://wordpress.org/plugins/thumbnail-grid/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/thumbnail-grid/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/thumbnail-grid/)
 * [Active Topics](https://wordpress.org/support/plugin/thumbnail-grid/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/thumbnail-grid/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/thumbnail-grid/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [A. Jones](https://wordpress.org/support/users/nomadcoder/)
 * Last activity: [11 years, 7 months ago](https://wordpress.org/support/topic/changing-title-length/#post-5246268)
 * Status: resolved