Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Text going over the border


chrishajer
Participant

@chrishajer

Are your words really that long? I know long words will do that, but with shorter length words, they wrap normally, normally.

Do you have an example with real, not fake, text? Or an example URL where one can see the actual layout and CSS being used?

Maybe you can do something like this in the CSS:

.post {
overflow-x: hidden;
overflow-y: hidden;
}

Skip to toolbar