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 );
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?
OK thanks. Now it makes sense.
thanks a lot!!
Awesome occupation too!!