Integrate a searchform in the header

Hello and good evening,

I am looking for a good solution, to intergrate a searchform in my header, next to my logo.

Until now I have integrate this code in my header.php: <?php get_search_form(); ?>

But this is not the best solution, I think, because its unclean and when I change the screen size the searchform move right or left.

my website is calling: www.myschoolpad.de

Have you a solution for me?

Best regards Jezzy

That’s the right solution to add search to header. Just make sure you add it somewhere around

<?php travelify_socialnetworks( $flag ); ?>

and style it properly using CSS. Previously I gave you proper styling but you had it positioned wrong using poor CSS.