On that page, the progress bar is messed up:
https://factorbased.com/open-account/
When I inspect the code, it shows padding: 10px to be responsible for this issue.
.gform_wrapper .gf_progressbar { padding: 10px; position: relative; }
Why when I write this code it doesn't fix the problem?
/* Fix Progress Bar */ .gform_wrapper .gf_progressbar { padding: 10px !important; }
Thanks!
1.4m articles
1.4m replys
5 comments
57.0k users