Title: floating ticker?
Last modified: June 10, 2020

---

# floating ticker?

 *  Resolved [magnitude](https://wordpress.org/support/users/magnitude/)
 * (@magnitude)
 * [6 years ago](https://wordpress.org/support/topic/floating-ticker/)
 * is it possible for a ticker to float on top, while scrolling the page? thanks…

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

 *  Plugin Author [metaphorcreations](https://wordpress.org/support/users/metaphorcreations/)
 * (@metaphorcreations)
 * [6 years ago](https://wordpress.org/support/topic/floating-ticker/#post-12967745)
 * Yes, it is possible, but there is no feature built-in to set it up. You would
   need to use custom css to position the ticker appropriately.
 * Here is css you can start with:
 *     ```
       #mtphr-dnt-### {
         position: fixed;
         top: 0;
         left: 0;
         z-index: 999999;
         width: 100vw;
       }
       body {
         padding-top: 26px;
       }
       ```
   
 * You’ll need to replace the ### with your ticker ID and adjust the body padding
   to the height of your ticker. Depending on your site, you may run into issues
   with other “sticky” features, such as menus, which you’ll then need to figure
   out more css to deal with those issues. But, hopefully this gets you going in
   the right direction.
 *  Thread Starter [magnitude](https://wordpress.org/support/users/magnitude/)
 * (@magnitude)
 * [6 years ago](https://wordpress.org/support/topic/floating-ticker/#post-12970229)
 * “superb support” doesn’t even begin to describe your timely and insightful responses
   🙂
    thanks!
 *  Plugin Author [metaphorcreations](https://wordpress.org/support/users/metaphorcreations/)
 * (@metaphorcreations)
 * [6 years ago](https://wordpress.org/support/topic/floating-ticker/#post-12971711)
 * Glad to help! Thanks for the kind words. 🙂

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

The topic ‘floating ticker?’ is closed to new replies.

 * ![](https://ps.w.org/ditty-news-ticker/assets/icon.svg?rev=2650696)
 * [Ditty – Responsive News Tickers, Sliders, and Lists](https://wordpress.org/plugins/ditty-news-ticker/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ditty-news-ticker/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ditty-news-ticker/)
 * [Active Topics](https://wordpress.org/support/plugin/ditty-news-ticker/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ditty-news-ticker/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ditty-news-ticker/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [metaphorcreations](https://wordpress.org/support/users/metaphorcreations/)
 * Last activity: [6 years ago](https://wordpress.org/support/topic/floating-ticker/#post-12971711)
 * Status: resolved