I would like to centre the Progress Bar widget

  • suzannefarber
    Asked on February 15, 2021 at 7:24 AM

    Currently, it starts in the middle of the page and goes all the way to the right. I would like it to be fully centred or starting all the way to the left and going all the way to the right.


    Is it also possible to have a space between it and the content of the page?

    Jotform Thread 2898616 Screenshot
  • Jovanne JotForm Support
    Replied on February 15, 2021 at 7:52 AM

    Hi, thank you for contacting JotForm support.

    Kindly add this custom CSS code:

    Guide: https://www.jotform.com/help/428-how-to-inject-css-codes-to-widgets


    .progressBarContainer.fixed {
      position: inherit !important;}


    Here's a sample output:

    1613393526 602a6e76803ba 4 Screenshot 10

    Please give it a try and let us know how it goes.

  • suzannefarber
    Replied on February 16, 2021 at 4:18 AM

    This worked!

    Thanks