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

    Hi,
    could somebody tell me if it is possible to put the send button from the enfold contact formular beside another button so that i have three buttons in a row ?
    It should make the box smaller?

    many greetings rixi

    #1245601

    Hey rixi,
    Sorry for the late reply, and thanks for the link. As I understand your question you are referring to this form:
    2020-09-13_221311.jpg
    and you would like it to look like this:
    2020-09-13_222808.jpg
    you can do this within the form options, for each element go to the styling tab and choose the width you wish, for example 4 elements would fit in one line if each was 1/4 wide.
    2020-09-13_223034.jpg
    Another option would be to try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .avia_ajax_form .form_element_half {
        width: 24% !important;
    }
    .avia_ajax_form .first_form {
        width: 24% !important;
        clear: right !important;
    }
    #av_section_2 > div > div > div > div > div > form > fieldset > p:nth-child(6) {
    	 width: 24% !important;
    	 clear: right !important;
    }

    This is what I used to take the screenshot above.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1245984

    Thanks a lot, that looks great!!!!

    many regards rixi

    #1245992

    Hi rixi,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘send button in one line with other buttons’ is closed to new replies.