Add a picture to the header

Discussion in 'Poloray WordPress Theme' started by omnes media, Feb 11, 2013.

  1. omnes media

    omnes media New Member

    Joined:
    May 30, 2012
    Messages:
    18
    Likes Received:
    0
    Hi!

    I want to add a picture to my header below the text, how could I do that?
    See the picture
    The website is http://www.lunchjkpg.se
    Thanks
     

    Attached Files:

  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  3. omnes media

    omnes media New Member

    Joined:
    May 30, 2012
    Messages:
    18
    Likes Received:
    0
    Ok, then I have another question. Can i make the header smaller, see the picture.
     

    Attached Files:

  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Paste the following code in your custom css
    Appearance -> Theme Options -> Styling Options -> Custom CSS
    Code:
    .wrapper {
    margin: -15px 0px;
    }
    .header {
    margin: -5px;
    }
    .header .logo img {
    margin-bottom: -12px;
    }
    .logo {
    margin-top: 10px;
    margin-bottom: 10px;
    }
    .menu_container {
    margin-top: 66px;
    margin-bottom: 54px;
    }
    Adjust the values of margin as you required.
     
  5. omnes media

    omnes media New Member

    Joined:
    May 30, 2012
    Messages:
    18
    Likes Received:
    0
  6. omnes media

    omnes media New Member

    Joined:
    May 30, 2012
    Messages:
    18
    Likes Received:
    0
    One last question. How can i reduce the linkpanel to 4 instead of 6 ? Tried to erase the code but didn´t work.
    Thanks
     
  7. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107

Share This Page