• Resolved Jurko

    (@jurko)


    Hello,
    Ive been using this plugin quite a while now and am very happy.

    I recently added some floating ads at the bottom where the prize ticker is, I want the prize ticker to display behind the ads.

    I know this can be done with z index but I have no Idea which tag or div should be selected can you help me out

    Many thanks,
    Jurko

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi Jurko,
    You need to target the main div of the ticker to change the z-index value. Below is the CSS sample targeting the main div and you can change it according to your needs.

    .ccpw-container.ccpw-ticker-cont.ccpw-footer-ticker-fixedbar {
    z-index: 1 !important;
    }
    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Z index’ is closed to new replies.