(example inside) Button Alignment is broken on multistep form

  • 6 October 2021
  • 1 reply
  • 7 views

Badge

Site here: http://unbouncepages.com/multi-step-help1234e/

When creating a multi-step form with fields next to each other the button is misaligned and will always revert to the same spot, despite where I place it in editor mode.

Does anyone know why this would be? or know if I could use some CSS to move the button up X pixels.

Thanks


1 reply

Hey @Cameron_R,

Can’t work out for the life of me why it’s happening, but you could add this CSS to move the button up a little:

#lp-pom-button-21 {
margin-top: -90px;
}

Be sure to check in mobile mode!

Reply