Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS H1 header is cut off mid-word on mobile Reply To: H1 header is cut off mid-word on mobile

#257006
JeroenR
Participant

Because of this line in style.css:

.break,
p,
ul,
ol,
dl,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6 {
    word-wrap: break-word;
    word-break: break-word;
}

That’ll break your words when they don’t fit in the width that is offered.