[ad_1]
I am trying to switch back and next so that on mobile version “Next ” button comes before “Previous” button. I am not able to go anywhere with CSS as I am fairly new.
Edit : This worked for me. Fairly simple and neat solution.
.forminator-pagination-footer{
display:flex;
flex-flow: column;
}
.forminator-button.forminator-button-back{order:2;}
.forminator-button.forminator-button-next{order:1;}
}- This topic was modified 27 minutes ago by .
