How to vertically center text on Next and Previous buttons?

  • Clintluna
    Asked on August 14, 2018 at 5:02 PM

    How can I Vertically Center text on Next / Previous buttons? It's more towards the bottom of the button as shown in the attached pic. Tried using the text-center command.

    Jotform Thread 1553184 Screenshot
  • Jed_C
    Replied on August 14, 2018 at 6:56 PM

    Please add the CSS code below at the very top of your CSS code. That should adjust the padding of the next and back button.

    .form-pagebreak-back, .form-pagebreak-next {

        padding-bottom: 40px !important;

    }

    1534287333The Easiest Online Form Builde Screenshot 10

    Output would look like this:

    1534287382Form   Google Chrome 2018 08 1 Screenshot 21

    I hope this helps. Let us know if you have any questions or if you need further assistance. 

  • Clintluna
    Replied on August 15, 2018 at 5:35 PM

    Jed,

    Padding method worked, thanks!

  • Jed_C
    Replied on August 15, 2018 at 6:47 PM

    Awesome! Let us know if you have any questions or if you need further assistance.