• Resolved jonathankalan

    (@jonathankalan)


    The “submit” button is hovering half inside and half outside the form wrapper box. Any ideas idea how to fix this?!

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author wpmonks

    (@wpmonks)

    I checked the form and the submit button looks okay to me. Are you still facing the issue or it is resolved?

    Thread Starter jonathankalan

    (@jonathankalan)

    Hi! Thanks for responding and taking a look. I ended up using an image for the button instead of text, and it works, but it would be nice to have the option of using text! I’ve reverted back to text here so you can see what’s happening: https://beunsettled.co/li-test/

    I can’t figure out how to (a) center it, and (b) keep it contained!

    Thanks for your help,

    Plugin Author wpmonks

    (@wpmonks)

    You are using custom CSS and have added ‘float’ on the button. Because of this the button is getting out of container. Please remove the following code

    .gform_wrapper input[type=next],.gform_wrapper input[type=submit],input.gform_next_button {
                    float: right!important;
                    background-color: #cd5b38
                }

    Instead style and center the submit with ‘Styles & Layouts’ addon. It should work fine.

    Thread Starter jonathankalan

    (@jonathankalan)

    Thanks so much! That makes sense! I didn’t set up custom CSS… so would you be able to tell me where exactly to find that code?

    I appreciate it!

    Thread Starter jonathankalan

    (@jonathankalan)

    Actually, I spoke too soon. I found it. All set! Thanks again for your help!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Issue with Submit Button’ is closed to new replies.