Title: elxinside's Replies | WordPress.org

---

# elxinside

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Sketch] LOGO image](https://wordpress.org/support/topic/logo-image-17/)
 *  Thread Starter [elxinside](https://wordpress.org/support/users/elxinside/)
 * (@elxinside)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/logo-image-17/#post-6871870)
 * I was able to do it! Thanks!
    Actually this is the complete code I used.
 *     ```
       function sketch_child_featured() {
       // Create a custom image size for Site Logo.
        add_image_size( 'sketch-featured', 500, 200 );
   
        // Declare theme support for Site Logo.
       add_theme_support( 'site-logo', array(
           'size' => 'sketch-featured',
       ) );
   
        }
        add_action( 'after_setup_theme', 'sketch_child_featured', 11 );
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Sketch] LOGO image](https://wordpress.org/support/topic/logo-image-17/)
 *  Thread Starter [elxinside](https://wordpress.org/support/users/elxinside/)
 * (@elxinside)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/logo-image-17/#post-6871850)
 * Of course!
    [http://www.supermammatotherescue.com](http://www.supermammatotherescue.com)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Sketch] LOGO image](https://wordpress.org/support/topic/logo-image-17/)
 *  Thread Starter [elxinside](https://wordpress.org/support/users/elxinside/)
 * (@elxinside)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/logo-image-17/#post-6871847)
 * Hi, I still need a little advice. I’d like the logo image to be bigger . I’ve
   tried the css modifications suggested in other threads but without success.
 * I’ve also read that the plugin uses the midsized image for the logo, how can 
   I change that?
    bottom line which is the easiest way to change the logo size,
   without messing up the mobile view?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Sketch] LOGO image](https://wordpress.org/support/topic/logo-image-17/)
 *  Thread Starter [elxinside](https://wordpress.org/support/users/elxinside/)
 * (@elxinside)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/logo-image-17/#post-6871779)
 * OK thanks. Now it makes sense.
    thanks a lot!! Awesome occupation too!!

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