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

    Take a look at this and you can check directly the website here.

    How do I position the response message above “Submit” button? Sorry, I’m kinda new to CSS.

    #608617

    Hey!

    Try adding this code to the Quick CSS:

    .wpcf7-form {
        position: relative;
        overflow: hidden;
    }
    .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
        position: absolute;
        right: 0;
        bottom: 35px;
    }

    Cheers! 
    Josue

    #609229

    Thank you Josue :)

    #609400

    Hey!

    Glad we could help!

    Cheers!
    Vinay

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