Support » Fixing WordPress » How to turn off header image automatic resize?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Phil

    (@owendevelopment)

    The width for your entire site is 960px.

    Your header image (original and NOT resized) is 786px x 365px.

    Not resizing will mean a gap of 174px somewhere.

    Thee resizing is going to be theme-specific, so you may need to throw yourself into the code and hunt it down. My first check would be in the header.php.

    You’ll also need to adjust #title and #header, as these are populated with 960x200px as well.

    Check if there is a height/width setting in the theme options.

    Phil

    A potential solution, though, would be to open your header image in PhotoShop or The GIMP, resize it so that it is no larger than 200px high; then add some extra padding (white or transparent) around the edges to make it exactly 960×200; so that it won’t be resized by CSS or WordPress.

    Thread Starter Tony

    (@acfurino)

    Can anyone please be more specific in how I can do this?

    Thread Starter Tony

    (@acfurino)

    Nevermind I fixed it thanks to those who tried.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to turn off header image automatic resize?’ is closed to new replies.