Forums

Reduce Header width in Twenty Ten 1.1 (3 posts)

  1. rickyprice
    Member
    Posted 2 years ago #

    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?

  2. alchymyth
    The Sweeper & Moderator
    Posted 2 years ago #

    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.

  3. rickyprice
    Member
    Posted 2 years ago #

    No I did not know. Thanks a lot!!! Will do that immediately.

Topic Closed

This topic has been closed to new replies.

About this Topic