Status banner alignment

  • mfjbenson
    Asked on October 31, 2020 at 5:49 PM

    I can seem to change the status banner. It runs off the page of my survey. See pic below. ???

    1604180958 5f9ddbde425a8  Screenshot 10

  • John Support Team Lead
    Replied on October 31, 2020 at 7:45 PM

    Please try adding this custom CSS code below to fix that:

    .progressBarContainer.fixed {
      width: 100%;
      max-width: 590px;
    }

    Here's a guide on how-to-inject-custom-css-codes.

  • mfjbenson
    Replied on October 31, 2020 at 8:10 PM

    Thank you