Progress bar looks off (CSS) [RESOLVED]

Hi, the progress bar on our site looks off on many browsers
see here:

Summary

Free Online Consultation For Your Hair Restoration | Forhair

how can i solve this?

Hey John :wave:,

To fix the issue, add the following custom CSS in your child theme’s style.css file or Appearance > Customize > Additional CSS.

.gform_wrapper.gravity-theme .gf_progressbar_percentage {
  height: 100% !important;
}

Then, the output will look like the following screenshot. :point_down:

Give it a try, and let me know how that goes! :smile:

thank you very much it worked

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.