Resizing header image in twenty twelve
-
Hi, I can’t seem to change the size of this header image. I am using a child theme and have googled. The info I got was to copy the custom-header.php file from the main theme over to my child theme, and adjust the sizes specified here:
function twentytwelve_custom_header_setup() { $args = array( // Text color and image (empty to use none). 'default-text-color' => '515151', 'default-image' => '', // Set height and width, with a maximum value for the width. 'height' => 250, 'width' => 960, 'max-width' => 2000, // Support flexible height and width. 'flex-height' => true, 'flex-width' => true,
… but it never has any effect. Any clues as to what I’m doing wrong?
Thanks
Alex
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Resizing header image in twenty twelve’ is closed to new replies.