Progress Bar widget alignment

  • colinsharp
    Asked on April 26, 2024 at 11:40 AM

    Hello,

    I added a progress bar widget to my form, but the alignment of the progress bar does not match the form (see below). Any way to correct this? Thank you.

    Progress Bar widget alignment Image 1 Screenshot 20

  • Neil JotForm Support
    Replied on April 26, 2024 at 12:15 PM

    Hi Colin,

    Thanks for reaching out to Jotform Support. I'm sorry if you're having difficulties with this. You can inject the CSS code below into your form to fix the alignment of the Progress Bar widget.

    .progressBar-newDefaultTheme.fixed {
      width: auto;
    }

    .progressBarContainer {
    width: 1000px !important;
    background: #FFF;
    }

    .progressBar-newDefaultTheme .progressBarSubtitle {
      font-size: 15px;
    }

    Let me walk you through it:

    1. In Form Builder, click on the Paint Roller icon on the right side of the page to open Form Designer.
    2. In the Form Designer menu, click on the Styles tab, scroll down and paste the code into the Inject CSS Code box.

    Progress Bar widget alignment Image 1 Screenshot 30

    Here's the result:

    Progress Bar widget alignment Image 2 Screenshot 41

    Give it a try and let us know if you need more help.

  • colinsharp
    Replied on April 28, 2024 at 7:02 PM

    Worked perfectly! Thank you.

    Colin

 
Your Answer