Viewing 1 replies (of 1 total)
  • First open the functions.php file of your theme and find the following lines

    define('HEADER_IMAGE_WIDTH', 220);
    define('HEADER_IMAGE_HEIGHT', 90);

    They are on lines 63 and 64 change the numbers as per your wish. This only allows you to upload images of your preferred size. Now for the CSS part.

    Open header.php and add the following CSS inside <head> so that it overrides the inline stylesheet.

    #headerimg {
    height: <height of the image> + 30px;
    }
    #site-title a {
    height: <height of the image>;
    width: <height of the image>;
    }
    #access {
    left: <width of image>;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Change Logo Size’ is closed to new replies.