Title: adding image to header
Last modified: August 20, 2016

---

# adding image to header

 *  [1978tree](https://wordpress.org/support/users/1978tree/)
 * (@1978tree)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/adding-image-to-header-10/)
 * any idea how i can add a bbb logo to this header area? I would like it to sit
   to the left of the search function.
 * [http://www.winstonautogroup.com/](http://www.winstonautogroup.com/)
 * thanks!!

Viewing 1 replies (of 1 total)

 *  [Ryan Yu](https://wordpress.org/support/users/geeksfolder/)
 * (@geeksfolder)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/adding-image-to-header-10/#post-3489980)
 * Hi 1978tree,
 * You will need to add the hard-code in the header file.
    Login to your server (
   using FTP) and open up header.php. Find the div, <div class=”topsearch”>, and
   add new div box underneath topsearch div box.
 * `<div class="bbbbox"></div>`
 * In the bbbbox, add the bbb code.
 * Open up style.css, and add the css code.
 *     ```
       .bbbbox {
           float: right;
           margin-right: 10px;
           margin-top: 8px;
       }
       ```
   
 * Hope it helps! Let me know if you have any questions.

Viewing 1 replies (of 1 total)

The topic ‘adding image to header’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [Ryan Yu](https://wordpress.org/support/users/geeksfolder/)
 * Last activity: [13 years, 3 months ago](https://wordpress.org/support/topic/adding-image-to-header-10/#post-3489980)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
