Skip to main content

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

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