Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #683948

    Hello together,

    we would like to get the “Send” button of the contact form in one row with the rest of the contact form (all the input fields).
    I tried to do it by myself for several hours, but, unfortunately, i didn’t manage to get it done.

    I am looking forward to your help,
    Thanks in advance,
    Leo

    #684442

    Hey leoadmin,

    Could you post a link to the site in question so that we can take a closer look please?

    Regards,
    Rikard

    #685514

    Hi Rikard,

    sure, see below.
    Thank you :)

    #686699

    Hey!

    Please add this in the Quick CSS field:

    .home .avia_ajax_form .form_element_fourth {
        width: 20%;
    }
    
    .home .avia_ajax_form .form_element:last-child {
        width: 10%;
        float: left;
        clear: none;
        margin-left: 12%;
        top: 30px;
    }

    Adjust the values as necessary.

    Regards,
    Ismael

    #688827

    Thanks for your answer. Unfortunately, it isn’t working. The button is still displayed in a second row. It should be together with the other elements in one row.

    Could you check on that?

    Thanks

    #689616

    We managed to do it by ourselves, thanks :)

    #690119

    Hi,

    Great, glad you got it working and thanks for the feedback :-)

    Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

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