Thank you. I wish I had asked earlier!
For any one reading my example I added the following to my custom CSS
#view .pl .t1 .bdr h2 {margin:0 0 5px 5px; padding:0; overflow:hidden; line-height:1.3em; height:5.2em;}
to go from a 2 line h2 tag to a 4 line h2 tag (4x1.3=5.2em)
|