Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 142888

Fix for CSS – text wrapping problem

$
0
0

Replies: 0

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…

  • This topic was modified 7 minutes ago by  PavelCech.

Viewing all articles
Browse latest Browse all 142888

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>