Hello,
I’m trying to position the ‘submit button’ of the contact form, to the right of the input field, so that it’s inline with it but I’m struggling to find a solution. I know this is probably such a basic thing too.
Any help would be appreciated,
Thanks.
Hi codecreative!
Add this to a codeblock element in the page.
fieldset p {
float: left !important;
width: auto !important;
clear: none !important;
}
Cheers!
Elliott
Hi Elliot,
I probably should have mentioned that I’m talking about the contact form on the homepage because this code isn’t working for what I’m trying to achieve.
Thanks!