Title: Make title image overlap background
Last modified: August 19, 2016

---

# Make title image overlap background

 *  Resolved [tdouglass](https://wordpress.org/support/users/tdouglass/)
 * (@tdouglass)
 * [16 years ago](https://wordpress.org/support/topic/make-title-image-overlap-background/)
 * I have an image that I have placed behind my post titles, however it’s not displaying
   fully. I would like the image to hang over the left side of the content space.
 * Here’s my blog: [http://www.animemaki.net/](http://www.animemaki.net/)
 * As you can see the image is there and it looks “okay”, but I wanted it to hang
   over the margin on the left. Any thoughts? I’ve adjusted the padding in the .
   title section of the style sheet, but it seems to do nothing.
 * Thanks!

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

 *  [dralezero](https://wordpress.org/support/users/dralezero/)
 * (@dralezero)
 * [16 years ago](https://wordpress.org/support/topic/make-title-image-overlap-background/#post-1490798)
 * First make #content relative so you can absolute position things inside.
    Edit
   the style.css Add the following to your `#content{ }`
 *     ```
       position:relative;
       ```
   
 * Add the following to your `.title{ }`
 *     ```
       position:absolute;
       left:-20px;
       ```
   
 * Then remove `overflow:auto;` from `#contentbg{ }` otherwise your title will disappear
   to the left.
 *  Thread Starter [tdouglass](https://wordpress.org/support/users/tdouglass/)
 * (@tdouglass)
 * [16 years ago](https://wordpress.org/support/topic/make-title-image-overlap-background/#post-1490858)
 * dralezero, thanks man! I had to tweak some of the code, but this worked like 
   a charm! Much appreciated!
 * [resolved!]

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

The topic ‘Make title image overlap background’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [tdouglass](https://wordpress.org/support/users/tdouglass/)
 * Last activity: [16 years ago](https://wordpress.org/support/topic/make-title-image-overlap-background/#post-1490858)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
