Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #742023

    Hi, is it possible with Enfold Contact Form element to build a full horizontal form in a page (only inside one line)?
    I built this for test:

    but as you can see I need the send button (“Invia”) to stay aside the last date field (“Partenza”), not down.

    I tried to give margin via css but with no success.

    I need something like this (simpler):


    thanks

    • This topic was modified 7 years, 10 months ago by niguli.
    #743924

    Hey Nicola,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Yigit

    #743934

    ok thanks Yigit. Details in private content

    #743947

    Hi,

    I enabled the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and gave your form a custom class “custom-form” and added following code to Style.css file of your child theme in Appearance > Editor

    .avia_ajax_form.custom-form .form_element_fourth { width: 21%; }
    .custom-form fieldset p.form_element:nth-child(6) { width: 142px; clear: none; margin-left: 1%; }
    .avia_ajax_form.custom-form p.hidden { display: none; }

    Please review your website now

    Best regards,
    Yigit

    #743951

    thanks Yigit.

    1) I added more styles to your code. take a look here

    2) moreover I added the css code to Quick Style box because (don’t know why) the code in Editor was not read! :O

    in my opinion this is one extra feature for enfold theme webform, it finally needs!

    thanks!

    #743956

    Hi,

    Looks nice! :)
    Please feel free to request – or vote if already requested – such feature on Enfold feature request form.

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘horizontal one line webform’ is closed to new replies.