Title: sharpbite2.0's Replies | WordPress.org

---

# sharpbite2.0

  [  ](https://wordpress.org/support/users/sharpbite20/)

 *   [Profile](https://wordpress.org/support/users/sharpbite20/)
 *   [Topics Started](https://wordpress.org/support/users/sharpbite20/topics/)
 *   [Replies Created](https://wordpress.org/support/users/sharpbite20/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/sharpbite20/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/sharpbite20/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/sharpbite20/engagements/)
 *   [Favorites](https://wordpress.org/support/users/sharpbite20/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Logo] Logo Resize](https://wordpress.org/support/topic/logo-resize-5/)
 *  Thread Starter [sharpbite2.0](https://wordpress.org/support/users/sharpbite20/)
 * (@sharpbite20)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/logo-resize-5/#post-9215378)
 * 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 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Logo] Logo Resize](https://wordpress.org/support/topic/logo-resize-5/)
 *  Thread Starter [sharpbite2.0](https://wordpress.org/support/users/sharpbite20/)
 * (@sharpbite20)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/logo-resize-5/#post-9215252)
 * hey,
 * sorry for the late reply im only working on saturdays on websites
 * here it is:
 * [http://test3.studiogeer.nl/](http://test3.studiogeer.nl/)
 * thanks on advance
 * Regards,
 * Christian

Viewing 2 replies - 1 through 2 (of 2 total)