I need the next button to be on the right and previous button on the left

  • yedidya
    Asked on January 21, 2017 at 6:41 AM

    Part 3: Problems related to writing from right to left (like Hebrew):

     

    8. Field “Page Break”:

    I need the button "Next" will be where the "Previous" and vice versa. Because in Hebrew it is shown upside down.

    מעבר דף1 Screenshot 10

  • Welvin Support Team Lead
    Replied on January 21, 2017 at 7:47 AM

    Inject the following custom CSS codes to your form:

    .form-pagebreak-back-container {

        float: right;

    }

    .form-pagebreak-next-container {

        float: right;

    }

    Result:

    I need the next button to be on the right and previous button on the left Image 1 Screenshot 20