Hi. I am building a new site http://adondeirhoy.com but the width in Twenty Ten 1.1 template kills most of ATF image, how can i reduce that width and keep the site consistent?
Hi. I am building a new site http://adondeirhoy.com but the width in Twenty Ten 1.1 template kills most of ATF image, how can i reduce that width and keep the site consistent?
you can influence the width in functions.php:
define( 'HEADER_IMAGE_WIDTH', apply_filters( 'twentyten_header_image_width', 940 ) );
define( 'HEADER_IMAGE_HEIGHT', apply_filters( 'twentyten_header_image_height', 198 ) );
btw:
are you aware that twenty ten as the default theme of wp3 will be overwritten with your next upgrade of your wordpress version; all modifications will be lost.
consider creating a child theme http://codex.wordpress.org/Child_Themes
and keep making regular backp copies of the theme files.
No I did not know. Thanks a lot!!! Will do that immediately.
This topic has been closed to new replies.