Title: put fixed position
Last modified: February 3, 2018

---

# put fixed position

 *  Resolved [vincent1211](https://wordpress.org/support/users/vincent1211/)
 * (@vincent1211)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/put-fixed-position/)
 * hy there, i want to custom ditty news sticker in css
    using css postion fixed,
   how to do it ? i try and i failed

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

 *  Plugin Author [metaphorcreations](https://wordpress.org/support/users/metaphorcreations/)
 * (@metaphorcreations)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/put-fixed-position/#post-9934255)
 * The ticker needs something to base it’s width off of, so if you set the position
   to fixed there is no width.
 * Try using the following css:
 *     ```
       .mtphr-dnt {
         position: fixed;
         width: 100%;
         left: 0;
         top: 33px;
         z-index: 9999;
         box-sizing: border-box;
       } 
       ```
   
 *  Thread Starter [vincent1211](https://wordpress.org/support/users/vincent1211/)
 * (@vincent1211)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/put-fixed-position/#post-9935880)
 * Tq, I worked

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

The topic ‘put fixed position’ 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/)

 * 2 replies
 * 2 participants
 * Last reply from: [vincent1211](https://wordpress.org/support/users/vincent1211/)
 * Last activity: [8 years, 4 months ago](https://wordpress.org/support/topic/put-fixed-position/#post-9935880)
 * Status: resolved