Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #526341

    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.

    #526408

    Hi codecreative!

    Add this to a codeblock element in the page.

    fieldset p {
        float: left !important;
        width: auto !important;
        clear: none !important;
    }

    Cheers!
    Elliott

    #526653

    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!

    #526863

    Hi!

    It does seem to work fine on my end. Please see screenshot in private content field and flush browser cache and refresh your page a few times.

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.