How to make the titel be written only in 1 line for mobile version

Hello friends, how can the titel be written only in 1 line instead of 2 only for mobile version

Hi @NikosBat , kindly provide your store URL please and if it is password protected, please share the password as well. Thanks

Hello Websensepro, sure here is the url and password: nistore.de , nikthe

@NikosBat

  1. Go to Online Store → Theme → Edit code.
  2. Open your theme.css / based.css file and paste the code in the bottom of the file.
@media(max-width:430px){
.collection__title.title-wrapper h2.title.inline-richtext.h1.scroll-trigger.animate--slide-in {
    font-size: 28px;
}
}

Result:

If my reply is helpful, kindly click like and mark it as an accepted solution.
If you are happy with my help, you can help me buy a COFFEE
Thanks!

Thanks Webnsesepro, that solved my problem