Fix for CSS – text wrapping problem
-
Hi,
please add this to your CSS for next release:
.tptn_posts_daily .tptn_title, .tptn_posts .tptn_title { font-weight:bold; display:block; word-wrap: break-word; /* IE 5.5-7 */ white-space: -moz-pre-wrap; /* Firefox 1.0-2.0 */ white-space: pre-wrap; padding-bottom:5px; text-decoration:none; line-height: 1.1em; }
Without this your text is not wrapped on certain pages…
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Fix for CSS – text wrapping problem’ is closed to new replies.