is it possible to show progress bar other than centre?

0
Hi all Is it possible to show the progress bar on the bottom of the screen or any other place from the center? I’ve set a progress bar with Microflow Settings and the bar is centered. The forum website we use “forum.mendixcloud.com” has progress circle on the top of the screen, so I think it is possible to implement, but dont know how. Would you please help me with implementing the progress bar on any other place other than center?  Thank you in advance, Yuki
asked
1 answers
3

Please check out the progress.scss file in the styling\web\sass\core\widgets.

If you want to make changes copy this file to your styling\web\sass\app folder and start from there.

answered