SOLVED

Submit Button is ALIVVVEEEEE relocating Submit Button Forms 2.0

Go to solution
Anonymous
Not applicable

Submit Button is ALIVVVEEEEE relocating Submit Button Forms 2.0

I'm trying to get my "Submit" button to sit under my horizontal rows and no matter what it previews like, it just hangs out to the right of my form on the actual page!

Attaching screen shots. Any ideas folks?

Thanks so much!

how it looks on my page
0EM50000000RspZ.jpg
how it looks in preview/how I want it to look
0EM50000000Rspe.jpg

Tags (1)
1 ACCEPTED SOLUTION

Accepted Solutions
Matt_Stone2
Level 9

Re: Submit Button is ALIVVVEEEEE relocating Submit Button Forms 2.0

Try adding some custom css... it looks like it probably has a float: right on it.

Maybe do something like: .mktoButton { display: block }

View solution in original post

3 REPLIES 3
Matt_Stone2
Level 9

Re: Submit Button is ALIVVVEEEEE relocating Submit Button Forms 2.0

Try adding some custom css... it looks like it probably has a float: right on it.

Maybe do something like: .mktoButton { display: block }
Anonymous
Not applicable

Re: Submit Button is ALIVVVEEEEE relocating Submit Button Forms 2.0

Or if you want to you can also link the page, would be easier to modify the css?

Best regards

Steffen
Anonymous
Not applicable

Re: Submit Button is ALIVVVEEEEE relocating Submit Button Forms 2.0

It was definitely something in the CSS of the landing page. Thanks so much!