SUBMIT button appears on top right and not at the bottom

SUBMIT button appears on top right and not at the bottom.

Hi folks, I am using a predesigned form, and the submit button displays on the top right instead of the bottom. Any idea how to fix? Thanks

1 Like

Greetings and welcome aboard, @ondaway_Sverige :waving_hand:

We’ve fixed the issue using this code in the Custom CSS field on the Appearance tab of your widget’s settings:

form {
  display: block !important;
}

Check it out and let me know if everything is fine now :slightly_smiling_face:

Hi Max, thank you very much! It works.

1 Like

No sweat!

In the meantime, we’d like to invite you to participate in our new contest, where you can win a 6-month extension for your subscription - May Contest: Create a Caption for Our Photo and Win 6 Months FREE! :rocket:

Check the details and join in :wink:

Done. Thanks again.

1 Like