Stretching header size

Viewing 5 posts - 1 through 5 (of 5 total)
  • #1730
    Fiveflavours
    Participant

    Hi there!

    I really like the theme but I can’t seem to find the coding so I can change the size of my banner pic. Could you point me in the right direction, please? My site is at http://fiveflavours.com/

    Many thanks!

    #1731
    Daniel Tara
    Keymaster

    Hi,
    In functions.php you should have these 2 lines:

    [code]define(‘HEADER_IMAGE_WIDTH’, 974);
    define(‘HEADER_IMAGE_HEIGHT’, 95);[/code]

    From here you can change the default header height and width.

    #1732
    Fiveflavours
    Participant

    Thank you so much, Daniel! I am new to working with code and have been trying to find that for months, so I was just about to give up and change themes. I’m so glad I can keep this theme now. Now I just need to think about upgrading, but I’m far to scared for that! Maybe in another month or two.
    Cheers!

    #1733
    SILVERjl
    Participant

    Hello, I am having an issue where I have applied the above fix

    define(‘HEADER_IMAGE_WIDTH’, 974);
    define(‘HEADER_IMAGE_HEIGHT’, 250);

    And it allows me to select an image that is 974 x 250 and upload it to the header, however the actual header size is not updating and just cuts off the bottom. Any help?

    http://www.thelawlsite.com is the website,

    thank you!

    #1734
    Daniel Tara
    Keymaster

    Change the height value for #header in style.css to 250

Viewing 5 posts - 1 through 5 (of 5 total)

Tagged: 

You must be logged in to reply to this topic.