Make custom header bigger
#-19 Guest_Tony_*
Posted 11 June 2011 - 08:31 PM
http://sk8music.net.previewdns.com/blog/
#-18
Posted 12 June 2011 - 04:52 PM
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
Join the iThemes Builder Community on Google+.
To ensure that we can process your support request efficiently, ALWAYS include a link to your site, and/or the page your request is related to. Please also read the forum guidelines.
When asking your question/posting your request on the forum, please be as concise and specific as possible. The shorter your request, the more to the point, the more specific, the easier it will be for us to try and help out.
#-17 Guest_Michiel Stax_*
Posted 12 July 2011 - 09:04 AM
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?
#-16
Posted 12 July 2011 - 03:32 PM
check this one out (on another theme, but the same applies), that should help, disregard my first reply in this topic,
Ronald
Join the iThemes Builder Community on Google+.
To ensure that we can process your support request efficiently, ALWAYS include a link to your site, and/or the page your request is related to. Please also read the forum guidelines.
When asking your question/posting your request on the forum, please be as concise and specific as possible. The shorter your request, the more to the point, the more specific, the easier it will be for us to try and help out.




