Viewing 1 replies (of 1 total)
  • Plugin Support Tahmid ul Karim

    (@tahmidulkarim)

    Hi there,

    You can align the next button to the left, using custom CSS codes.

    Here is an example code snippet –

    .fluent_form_FF_ID .ff-btn-next {
        float:left;
    }

    I hope this is what you are looking for.

    Thank you!

Viewing 1 replies (of 1 total)
  • The topic ‘how to move next button from right to left?’ is closed to new replies.