Thank you. the pagination code didnt quite work, so i switched it up to this:
.forminator-pagination-steps {
display: flex;
justify-content: space-evenly;
}
.forminator-break {
height: 1px;
flex-grow: 1;
margin: 6px 0px;
}
.forminator-step{
width:12px;
}
It still does not look like on desktop (the progressbar doesnt connect the dots).
Is there a way to show the progressbar?