okay sorry i fixed it my self
at first i deleted the entire h1 code and made one my self. wich was wrong of me to do so i looked up the original code:
<hgroup>
<h1 id="site-title"><span><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></span></h1>
<h2 id="site-description"><?php bloginfo( 'description' ); ?></h2>
</hgroup>
and did this:
<hgroup>
<h1 id="site-title"><span><a href="<?php show_easylogo(); ?></a></span></h1>
<!--<h2 id="site-description"></h2>-->
</hgroup>
now its okay! The only problem is the search form being above the logo instead of the same line, but ill find out how! sorry for bothering you 🙂
hey,
sorry for the late reply im only working on saturdays on websites
here it is:
http://test3.studiogeer.nl/
thanks on advance
Regards,
Christian