Jump to content


Replying to Make custom header bigger


Post Options

  or Cancel


Topic Summary

Ronald

Posted 12 July 2011 - 03:32 PM

Hi,

check this one out (on another theme, but the same applies), that should help, disregard my first reply in this topic,

Ronald

Posted 12 July 2011 - 09:04 AM

Hello,

I'm also just putting the your Wordpress Theme Quick Vid together and I'm also looking for a way to make the header higher. When I look at the functions.php code around line 83, I find this:

add_filter( 'it_featured_images_options', 'it_filter_featured_images_options' );
function it_filter_featured_images_options( $options ) {
$options['width'] = 360;
$options['height'] = 240;
$options['variable_height'] = true;
$options['force_disable_overlay'] = true;

return $options;
}

The strange thing is: the header's height is 790 x 170. I can't find these values in het functions.php.

Is this the right file in which I'm looking or am I missing something?

Ronald

Posted 12 June 2011 - 04:52 PM

Hi,

you can change the dimensions in the functions file. In functions.php, find these around line 83. Adjust to your likings, but notice that changing the width might mess up the layout,

Ronald

Posted 11 June 2011 - 08:31 PM

How can I make it so that the custom header has a larger "height" dimension instead of what comes with the template? I don't want the image to be cut off.

http://sk8music.net.previewdns.com/blog/

Review the complete topic (launches new window)