line break in jumbotron title

Just one more issue I’d like to ask a question about :slight_smile:

The title of my jumbotron page is:

Timmerbedrijf
Emiel Blom

Now when the screen is big enough, it will show as:

Timmerbedrijf Emiel
Blom

Which I don’t like.

When it’s even bigger (a regular computer screen for example) the title comes in one line, like this:

Timmerbedrijf Emiel Blom

Is it possible to somehow hard code this line break?

Thank yoU!!

Lotte

Hello there,

I hope you are doing well today.

Could you please provide a link to your website, so that I could have a look at the title and test out a few options?

Best Regards,
Support

Hello,

I’m doing well, hope you are too! Thanks for asking, my website is:

www.emielblom.nl

To make the title not break off like:
Timmerbedrij
f Emiel Blom
on mobile I made the title smaller (mobile only) in the extra CSS section with the following code:

@media (max-width:525px){
   #header.header-front-page .bottom-header h1{
    font-size:35px!important;
  }}

Which works! But if I flip my mobile to a widescreen position I still get:

‘Timmerbedrijf Emiel
Blom’

Thank you for your help!!

Lotte