Page break buttons

  • discdemo
    Asked on September 29, 2017 at 8:17 AM

    Hi. Any way to force page break buttons to center or left, vs. right? Thx.

  • brayoeh
    Replied on September 29, 2017 at 10:04 AM

    discdemo here is the procedure

    Go to setup and embed,click on preference button,then on form styles tab and finally copy paste to inject this css code:

    .form-pagebreak-back-container
    {
        margin-left: 50%;(This depends on where you want to place the button,either left or right)
    }

    Feel free to ask me any question regarding this thread.

    Thanks