Edit wordpress theme

Discussion in 'WordPress' started by webtranslation, Apr 9, 2010.

  1. #1
    Hi,

    I need delete one big image in header of wp theme and add small image..
    I add the image but i have big space between the header and menu..
    How can i change the height?
    Can anyone help me?

    Thanks
     
    webtranslation, Apr 9, 2010 IP
  2. aap

    aap Well-Known Member

    Messages:
    1,802
    Likes Received:
    39
    Best Answers:
    2
    Trophy Points:
    120
    #2
    you will need to edit CSS file of the theme.
     
    aap, Apr 9, 2010 IP
  3. bob25

    bob25 Well-Known Member

    Messages:
    1,519
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    128
    #3
    If it's only the height try looking in your css stylesheet, look for something like:

    div.Header-jpeg
    {
    position: absolute;
    z-index:-1;
    top: 0;
    left: 0;
    width: 798px;
    height: 125px;
    background-image: url('images/Header.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    }
    /* end Header */

    /* begin Logo */
    .logo
    {
    display : block;
    position: absolute;
    left: 10px;
    top: 33px;
    width: 778px;
    }

    or whatever the name is of your header image file, and change the height. You can also rename the file to add your keyword.
     
    bob25, Apr 9, 2010 IP
  4. KimiGermany

    KimiGermany Peon

    Messages:
    1,117
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Posting the link to your site might be easier for others to help, or Installing Firebug might help! Goodluck :)
     
    KimiGermany, Apr 10, 2010 IP
  5. pixelz

    pixelz Greenhorn

    Messages:
    17
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #5
    webtranslation, PM me I'll help you with that...
     
    pixelz, Apr 10, 2010 IP
  6. anniefang

    anniefang Peon

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    I have come across the same problem!Now learn how to deal with it from you!
     
    anniefang, Apr 11, 2010 IP