Text running off edge of posts [Mobile]

Good afternoon,

Some text appears to be falling off the side of the post on mobile.

It appears to be random for some lines and not others.

‘Is the North Coast 500 Suitable for Motorhomes/Caravans/RVs?’

Comments field, URL left by ‘Tomasz’

Many thanks.

Hey @twoscotsabroad,

Please add this code in X > Theme Options > CSS:

h1, h2, h3, h4, h5, h6, p, span {
    word-break: break-word;
}

Hope this helps.

1 Like

Perfect. Many thanks!

You’re welcome.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.