Mobile Title Length To Long

Dear Members

Im using the Auden Theme
My site tile shows up clumsily on a mobile screen. The words seems too long and thus become separated onto different rows.Like this

“Surgeones
s In Boots”

Instead of “Surgeoness In Boots”. I dont mind if “In Boots” is on a different row but that the words stay together.

I didn’t use an image logo. Just simple title typed into my Admin Design.

On a separate thread with a similar problem someone suggested using the on site Admin Code Injection and changing size there. This didnt work so I need to change title size on my theme I think.

Thanks

You can set the font size from code injection:

<style>h3.header__title { font-size: 1rem }</style>

Problem solved.Thank you*