Show a full width progress bar over the full width of your survey.
The color of the progress bar can be set in the Progress bar tab of your surveys appearance.
/*Progressbar*/
.progressWrapper {
position: fixed;
width: 100%;
left: 0;
right: 0;
top: 0;
}
.progress {
width: 100%;
overflow: hidden;
height: 10px;
margin-top: 0;
}
.progress-text {
display: none;
}
Comments
0 comments
Please sign in to leave a comment.