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

    How can i achieve converting the submit button inline to the sample image below
    https://imgur.com/a/MjHcd4f

    Thank you,
    Manny

    #1277546

    Hi Manuel,

    Please go to Enfold > General Styling > Quick CSS, then add this code:

    #top.home .avia_ajax_form fieldset {
        display: flex;
    }
    
    #top.home .avia_ajax_form fieldset .form_element:last-child {
        width: 180px;
        text-align: right;
    }

    Best regards,
    Nikko

    #1284723

    Thank you!

    #1284727

    Hi,

    Glad Nikko could help! :)

    For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/

    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Enjoy the rest of your day!

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘inline email submit button’ is closed to new replies.