How to get submit button inline with second field

form

Hi there! I’m trying to get the submit button inline with the second field. It doesn’t work when trying with gf simple horizontal class because of the first field. Any idea how to do that?

Can you share a link to the page on your site where we can see the form? And is the screenshot what you are trying to accomplish, or is that how things are now and you want something different?

I’m not allowed to share link cause it’s kinda confidential right now. The screenshot is what I’m trying to accomplish. Here’s how it looks right now.
form2

Gocha. It will be sort of difficult if not impossible to give you the CSS, because we can’t see what CSS is being applied currently. The general approach would be to make the “Pays” drop down and the submit button “inline” (or maybe inline-block) elements, rather than block elements, so they don’t force a new link. You may need to do that on the div, the span or the li, depending on your actual markup.

Yeah, that’s what I already tried and it doesn’t seem to work.I’ll keep trying. Thanks!

1 Like