Sun, 2014-01-19 17:05
On my drupal site user can insert a title, however when they insert a very long text, this title is placed on 2 lines. The default behavior is that this second line is placed below the first line, as one would expect. However this cause my layout to be misaligned. Instead I would like that the text just up 1 line, so i maintain my sitedesign. I explain with an image.
I have only title class to play with
Sun, 2014-01-19 19:10
#1
Hi crz_06, The easiest way to
Hi crz_06,
The easiest way to do that would be modify your page.tpl and wrap the 2 aligned item in a div.
Need to see the theme or site to be mpre specific.