Text logo adaptivity with mobile devices

Hi there!
I’m having a problem with my illdy theme on mobile devices. I set a Text logo and when i’m going into mobile the text is cut into two parts. Any idea on how to fix it? Thanks for any suggestion!

Hi there,
I hope you are doing well.

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.

link to admin page:
http://apinae.ch/wp-login.php?redirect_to=http%3A%2F%2Fapinae.ch%2Fwp-admin%2F&reauth=1

username: admin6375
password: Hvs7j8nr9sde

Thanks for your help.

Kind regards

Hey there,
Hope you’re doing well today

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

@media(max-width: 350px){
  .header-logo{
    font-size: 45px!Important;
  }
}

Please let me know if it works. :slight_smile:

Best Regards,
Support

it works perfectly! Thank’s a lot!