Solved
Progress bar customization
Hello community
I have two questions about the customization possibilities of progress bars.
1. Is it possible to change the position of the progress bar (from top to bottom). Is it also possible without changing the theme (change the position in the same theme)?
2. Is there a CSS property to always make the progress bar the same width as they surveytext/surveyquestions or a certain percentage of their width?
Best answer by NiC
Hi Robert,
As for your first query -
* There is a default option present in the look and feel editor ( new one ) as shown in the screenshot below, to move the progress bar up or down within the same theme.
!
* If you have old editor here you can add the following code in header (html source) section of in the look and feel editor.
`<script> jQuery("div[id='ProgressBar']").appendTo(jQuery("#Buttons"));</script>`
View original
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.