Problem with mobile responsiveness - titles don't fit screen

I have a problem with the appearance of titles on mobile - they don’t fit the screen e.g. Contact appears like this:
Contac
t

What can I do to fix it?

Hi there,

I hope you are having an awesome day and thanks for contacting us regarding your query.

This can be done with the help of some Custom CSS. Kindly provide me with a link to a page with this so that I may be able to write up some CSS that should work for your setup.

Looking forward to your reply :slight_smile:

Best Regards,
Support

Hi, thanks for getting in touch. Really appreciate it if you could help me out.
https://torehill.com/
https://torehill.com/copywriting-content-website-production/
https://torehill.com/contact/

These are the pages where the white titles cause a problem, but I guess I will have to apply the CSS to all the pages.
Thanks

Chris

Hi there,
Thanks for keeping in touch with us.

Kindly add and save the following code to Appearance > Customize > Additional CSS:

@media(max-width: 550px){
  #header .bottom-header h1{
    font-size:40px!important;
    line-height:40px!Important;
  }
}

I hope this helps :slight_smile:

Best Regards,
Support

You beauty - it works!

Thanks so much for your help - got it sorted in no time.

Cheers,
Chris