Support » Theme: Sequel » Logo Image overlap

  • Resolved sixpod

    (@sixpod)


    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

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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

    (@sixpod)

    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.