This topic is: resolved
-
Hi,
I’ve created a form that has a single email field and a submit button, by default the button is below the email field. Is there a way to place the submit button to the right of the form without using…
#element {
position: relative;
left: Xpx;
bottom: Xpx;
}
I find positioning elements like this with CSS unidealic.
Thanks!