How to Put the Logo at the Top?

Discussion in 'WordPress' started by bushib, Apr 19, 2008.

  1. #1
    Hi there,

    http://www.skincarequeries.com/

    I want to know that how to put the Logo at the top (Skin Care queries).

    Any help will be appreciated.

    Regards
    bushib
     
    bushib, Apr 19, 2008 IP
  2. mizaks

    mizaks Well-Known Member

    Messages:
    2,066
    Likes Received:
    126
    Best Answers:
    0
    Trophy Points:
    135
    #2
    With so many questions on how to change the appearance of your theme, why not just try and find a theme that closely resembles what you are looking for?
     
    mizaks, Apr 19, 2008 IP
  3. bushib

    bushib Banned

    Messages:
    1,096
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Hi there,

    Maximum of the questions have been resolved. Now only 2-3 left.

    So can anyone tell me please how to put the logo at the top (Skin Care Queries). My url is http://www.skincarequeries.com

    Thanks
    bushib
     
    bushib, Apr 19, 2008 IP
  4. just-4-teens

    just-4-teens Peon

    Messages:
    3,967
    Likes Received:
    168
    Best Answers:
    0
    Trophy Points:
    0
    #4
    just-4-teens, Apr 19, 2008 IP
  5. Houdy

    Houdy Peon

    Messages:
    267
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    0
    #5
    The answer to your question has multiple answerers depending on how the theme is coded. Since it currently doesn't use a header graphic it will take some additional work. And also depends on where you want it.

    Fisrt look at the style.css and look for the header code (if there is one)
    
    #header{
    	float: left;
    	width: 105%;
    	height: 118px;
    	margin: 0;
    	padding: 0;
    	background: #253B86 url('images/header.jpg')
    HTML:
    Upload the image to the themes images folder and change the above to the name of your headers file. Now this is very general and the size of the header and the header area may need changed and additional styling/coding may need done to the header file as well.
     
    Houdy, Apr 19, 2008 IP