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

    Hello!

    We are trying to find a solution for how to center the submit button on a mailchimp formular. How can we do this? We don’t find why our custom CSS is not working.

    Thank you!
    Best regards
    Eneas

    #908359

    Hey Eneas,
    Try this code in the General Styling > Quick CSS field:

    #top.home .avia_ajax_form .form_element_fourth {
        float: none !important; 
        width: 25%!important; 
        margin: auto!important; 
    }

    Best regards,
    Mike

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