• Resolved shelon

    (@shelon)


    Hi there

    we are now using the ticker on our page https://www.livetube.tv/news
    Problem: The ticker overlays the bottom bar. We need it below the bottom bar.
    The site is created with the newspaper theme.

    For our site on The7 you provided us with a code (see below)
    I tried to put this in the newspaper theme but it did not work.

    Which code would we need to use, and where would we put it?

    Thanks for your help

    Code you provided for our The7 Theme:

    /*News Ticker below containers*/
    #daln-container{
        z-index: 2147483637
    }
    
    #daln-clock,
    #daln-close,
    #daln-open{
        z-index: 2147483638
    }

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

Viewing 1 replies (of 1 total)
  • Plugin Author DAEXT

    (@daext)

    Hello shelon,

    I don’t understand which is the bottom bar to which you are referring to. Can you please add more details?

    If you want to place it below the scroll bar button you can for example increase the z-index of the scroll up button:

    .td-scroll-up {
        z-index: 9999999999 !important;
    }

    Let me know if you have any questions.

Viewing 1 replies (of 1 total)
  • The topic ‘Question move ticker below bottom bar’ is closed to new replies.