How to add additional text box in WordPress header?

Hi again

Second question. I would like to implement a additional text claim in the header. The text should be right next the logo of the website.
How can this be done?

Thanks for your support.

Header related functions are located in file called header-extensions.php you can find it in theme folder → library → structure.

Just create a new div with class or ID and add it between line 200-222 depending on where you want it to appear and style your newly created div accordingly.

First part of the code between lines 200-222 stands for website setup with Title and Description and second one for website setup with logo.