Title: Logo Image overlap
Last modified: August 21, 2016

---

# Logo Image overlap

 *  Resolved [sixpod](https://wordpress.org/support/users/sixpod/)
 * (@sixpod)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/logo-image-overlap/)
 * I was trying to get the logo image in the Sequel theme to bleed over into the
   rev slider that we have in place on our wordpress site.
 * I am not that proficient with .CSS and .PHP so any help would be appreciated.
   
   [http://www.cartooncon.org ](http://www.cartooncon.org)

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

 *  [Justin Hemker](https://wordpress.org/support/users/ltuspe/)
 * (@ltuspe)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/logo-image-overlap/#post-5152953)
 * Using a child theme or custom css plugin try adding the following css code:
 *     ```
       .site-title a img{
         position:absolute;
         z-index:21;
         }
       ```
   
 *  Thread Starter [sixpod](https://wordpress.org/support/users/sixpod/)
 * (@sixpod)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/logo-image-overlap/#post-5153022)
 * Thank you. That worked perfectly and then I used
    left: 130; in order to move
   it to where I wanted.

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

The topic ‘Logo Image overlap’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/sequel/1.0.4/screenshot.png)
 * Sequel
 * [Support Threads](https://wordpress.org/support/theme/sequel/)
 * [Active Topics](https://wordpress.org/support/theme/sequel/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/sequel/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/sequel/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [sixpod](https://wordpress.org/support/users/sixpod/)
 * Last activity: [11 years, 10 months ago](https://wordpress.org/support/topic/logo-image-overlap/#post-5153022)
 * Status: resolved