• Resolved cuddledj

    (@cuddledj)


    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 2 years ago by cuddledj.
Viewing 1 replies (of 1 total)
  • Plugin Support Saurabh – WPMU DEV Support

    (@wpmudev-support7)

    Hi @cuddledj

    Glad to hear you found a solution to your request already. Thanks for sharing the code as it can be helpful for other Forminator users.

    If you need help with any other request, don’t hesitate to open a new ticket in the forum.

    Kind regards

    Luis

Viewing 1 replies (of 1 total)
  • The topic ‘Switch Back and Next Button Placements’ is closed to new replies.