IE8-9 Do Not Wrap Long Text CSS Fix

Our modified theme has problem with ie 8-9 as always, this time it’s the long text NOT wrapping inside the content body.

add =” word-wrap: break-word;” or “word-break:break-all;”  in css at the content.

.post_wrap { clear:right; }
.post { float:right;width:88%; z-index:3; position:relative; }
.post_content { background:#dfffdc; margin:0 38% 0 0; padding:20px 2%;color:#14000;font-size:.9em;word-wrap: break-word;}

It’s fixed now.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.