
Solved
How to get a timer to float (item remain in position)?
Hello, I have a timing question that gives participants/respondents a countdown of available time as they answer a series of questions (see pic below) on a page. The series of questions is several 'scrolls' long by design. Is there a way -- in javascript-- to get the timer to 'float' down or stay in the same place, always visible, as the participants scroll down through the series of questions so that they can always see how much time they have left? I found this https://stackoverflow.com/questions/46286498/how-to-have-entire-item-in-qualtrics-remain-in-position-when-scrolling but I can't seem to figure out how to implement this with the timing question. Thanks in advance! -- Newbie, RKC
!

Best answer by mattyb513
This CSS should work
```css
div#QID5Timer {
position: fixed;
top: 0;
right: 0;
background: #000;
}
```
Make sure you change the QID to match the QID of your Timer question. This can be inserted in the Look and Feel > Advanced > Custom CSS
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
