Problem trying to center the next button and hide the back button

  • Aji_Joey
    Asked on April 16, 2019 at 7:27 AM

    I have set the buttons to block and hidden the back button. The Next button appears off to the right of the back button. How can I fix this?

    Jotform Thread 1794374 Screenshot
  • roneet
    Replied on April 16, 2019 at 10:16 AM

    It seems you have already fixed the alignment issue.

    Problem trying to center the next button and hide the back button Image 10

    Let us know if you experience any further issues.

    Thanks.

  • Aji_Joey
    Replied on April 16, 2019 at 2:17 PM

    This solution has not worked on Mobile

  • Aji_Joey
    Replied on April 16, 2019 at 3:47 PM

    Figured it out!

  • Richie JotForm Support
    Replied on April 16, 2019 at 3:49 PM

    You may try these custom CSS


    @media (max-width: 480px){
      #form-pagebreak-next_39,#form-pagebreak-next_30{
    width:380px;
    }
    .form-all:before {
       display:none;
    }
    }

    If you need further assistance, let us know.