Home › Support Forums › Theme Support › Pinboard › HEADER PROBLEM: WHERE TO LOOK FOR CODE TO CHANGE SIZE › Reply To: HEADER PROBLEM: WHERE TO LOOK FOR CODE TO CHANGE SIZE
Daniel Tara
Keymaster
In functions.php function pinboard_theme_setup you can find a call to add_theme_support( ‘custom-header’, … ); where the width and height attributes are defined. You can change them there.