Home Forums Claremont Header logo re-sizing Reply To: Header logo re-sizing

#1271
jtinf
Participant

I copied the following from the main file and added it to the child theme, but it did not work. Did I miss something?

// Support for Custom Logo
add_theme_support(‘custom-logo’, array(
‘width’ => ‘400’,
‘height’ => ‘200’,
) );