Home › Forums › Claremont › Header logo re-sizing › Reply To: Header logo re-sizing
March 22, 2017 at 7:41 am
#1265
Andy
Keymaster
Look in the functions.php file for the add_theme_support( 'custom-logo' )
function. This contains height and width.
Recommend to add to a child theme so that your changes are not undone when the theme is updated.