Page 1 of 1
Overlapping text
Posted: Tue Oct 23, 2012 2:03 am
by ExtremeGaming
-- Solved (ty Helx
) --
Re: Overlapping text
Posted: Tue Oct 23, 2012 3:29 am
by Helx
Hi,
I believe this is called 'wrapping' text.
In the container that holds the text (not too sure, but in your case I think its .post)
put this:
word-wrap: break-word;
And that should force all text onto a new line should it get to the edge of the container.