Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1089608

    Hi Guys,

    My current setup of the contact form in question has 3 input fields and the submit button. All set to 1/4 column each so that they display inline, including the submit button.
    Name E-Mail Telephone SUBMIT

    I’d like to use the contact form element with the Privacy and Cookies Aspect (Append a privacy policy message to template builder contact forms). This adds the GDPR Agreement statement and checkbox which I would like to use…

    …However, this addition pushes the Submit button below the T&C’s disclaimer and checkbox.

    Is there a way to keep the submit button in-line with the original 3 form fields?

    Thanks!

    #1089689

    Hey mintsuze,

    Try adding this css code in Quick CSS, located in Enfold > General Styling:

    #top .avia_ajax_form .form_element:last-child, 
    #top .avia_ajax_form .form_element_fourth {
        width: 24.2%;
        float: left;
        margin-left: 0.8%;
        clear: none;
    }
    
    #top .avia_ajax_form .av_form_privacy_check {
        position: absolute;
        bottom: 8px;
    }

    Best regards,
    Nikko

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