Switch Back and Next Button Placements
-
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;} }
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Switch Back and Next Button Placements’ is closed to new replies.