• Hi,

    Love the features of your dkret2 v4.2, but want to edit the height of the custom header image.

    Currently, your theme requires the imaged to be 960×160 pixels.

    How might I be able to edit it to accept an image that is 960×300 pixels?

    Any response is appreciated. Thanks.

    Robert
    roberthillnyc@gmail.com

Viewing 3 replies - 1 through 3 (of 3 total)
  • In the style.css, there should be a style for the header. something that looks like:
    #header {
    width:960px;
    height:160px;
    }

    You should be able to change that. If you can provide a link to your site, we can have a look at the css.

    Thread Starter roberthillnyc@gmail.com

    (@roberthillnycgmailcom)

    Christine, your comments are greatly appreciated.

    The site is a prototype site, in a subdirectory of a domain name:

    http://www.villagecommunityboathouse.org/wptest2/

    I’m using a theme from a guy in Germany, named Joern Kretzschmar http://diekretzschmars.de/ and I thought I was asking HIS support forum.

    Sorry if I’ve confused the general WordPress.org forum with this style creator’s.

    I looked around for any such obvious pixel size changes and don’t see anything obvious.

    Thanks for any advice you’re able to offer.

    Robert
    roberthillnyc@gmail.com

    I dropped official support for my theme. Anymway I am not dead and will try to help everyone with my theme here.

    The dkret3 theme is extremly customizable. Don’t make any changes to the theme files USE the supplied child theme instead (watch video: http://www.youtube.com/watch?v=9AqsSoby9Js).

    Change the size of your header inside the functions.php of my-dkret3 (remove the # before the line define( ‘HEADER_IMAGE_HEIGHT’, 140 );) and change 140 to the value of your choice.

    It is not needed to make any css changes because dkret3 uses the official WordPress header image function.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to edit Header Image height’ is closed to new replies.