• Resolved redbourn

    (@eagerwatcher)


    Hi

    I just changed my theme and all seems to be fine except for the top banner size.

    http://misconceptions.us

    I changed the new jpg size to match the old one but I feel that it needs to be about half of the depth.

    Where do I change that?

    Thanks,

    Jane

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter redbourn

    (@eagerwatcher)

    In case I wasn’t clear.

    What I mean is that I know how to change the jpg size but not how to change the display size.

    I reduced the height of the banner.jpg but it’s still displaying the same height.

    There is a BlockHeader.png which I imagine is being tiled; but I don’t know how to change that.

    Merry Christmas and Happy Hanuka!

    Thanks

    Jane

    sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Are you wanting the top area to be the height of the header image that is there now (225px)? If so, change the height in the CSS for div.art-Header and for div.art-Header-jpeg to 225px.

    Thread Starter redbourn

    (@eagerwatcher)

    Well I’ve got the banner the size that I want but not the area that it’s sitting in.

    Will hopefully get some replies later.

    Friends and family coming over now …

    sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Add this to the bottom of style.css and see if this does what you are looking for.

    div.art-Header, div.art-Header-jpeg {
    height: 225px;
    }
    Thread Starter redbourn

    (@eagerwatcher)

    That worked!

    Thank you.

    sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    You are welcome.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘change banner size’ is closed to new replies.