<h3> Text over lapping in mobile view

Hi there,

I have a simple website which is mainly personal development articles comprising of h1, h2 and h3 titles, paragraphs of text interspersed with images, no bells and whistles.

For some reason my longer h3 titles text overlaps itself on one line instead of word wrapping to the next line when displayed on a mobile screen. None of the other titles do this.

I’ve got some styling set in CSS for h3 but it’s just basic font sizing, styling etc.

Any ideas?

Hi @rob88blu

Please post your h3 selector styling.

Happy coding

hI,

Excuse me, I missed this topic. I worked out the issue. Somehow my line-height setting got set to 0 (zero). Once I set it back to its correct value, the problem was solved.

Thanks.