Title: Adding logo
Last modified: August 19, 2016

---

# Adding logo

 *  Resolved [jlar0che](https://wordpress.org/support/users/jlar0che/)
 * (@jlar0che)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/adding-logo-1/)
 * Hello,
 * I am having trouble getting my logo to format correctly on my site. The site 
   is currentperspectives.org and I have attached the logo. Basically, I want it
   to look the way it does on the other portions of the site (click on the Donate
   or Torrents links to see what I mean).
 * Thanks in advance for the help!
 * [http://dl.dropbox.com/u/883929/Temporary/4.jpg](http://dl.dropbox.com/u/883929/Temporary/4.jpg)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Moderator [cubecolour](https://wordpress.org/support/users/numeeja/)
 * (@numeeja)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/adding-logo-1/#post-1614896)
 * Open up your theme’s style.php & look for the where it says:
 *     ```
       /* Layout
       ------------------------------------------------------------------*/
       ```
   
 * After that, insert:
 *     ```
       #blog_title {
       	height: 96px;
       	padding-left: 80px;
       	background: url(http://dl.dropbox.com/u/883929/Temporary/4.jpg) no-repeat;
       ```
   
 * If you put the logo into the theme’s ‘images’ directory, then you can change 
   the background line above to a relative
    `background: url(images/4.jpg)`
 *  Thread Starter [jlar0che](https://wordpress.org/support/users/jlar0che/)
 * (@jlar0che)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/adding-logo-1/#post-1614927)
 * Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Adding logo’ is closed to new replies.

## Tags

 * [formatting](https://wordpress.org/support/topic-tag/formatting/)
 * [logo](https://wordpress.org/support/topic-tag/logo/)

 * 2 replies
 * 2 participants
 * Last reply from: [jlar0che](https://wordpress.org/support/users/jlar0che/)
 * Last activity: [15 years, 10 months ago](https://wordpress.org/support/topic/adding-logo-1/#post-1614927)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
