Home › Forums › Claremont › Header logo re-sizing › Reply To: Header logo re-sizing
March 22, 2017 at 8:17 pm
#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’,
) );