form response output message

Home Forums Jevelin Theme form response output message

Home Forums Jevelin Theme form response output message

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • marcos
    Participant

    Hi there,

     

    could you please take a look at the following?

     

    As you can see in the attached message, the info message falls behind the submit button.

     

    I need to show it underneath the submit button.

     

    Thanks!

     

    Regards

    Attachments:
    You must be logged in to view attached files.

    Hi @marcos,

     

    I hope you are well today and thank you for your question.

     

    Could you please share me the page URL from your site where it is not displaying so that I can troubleshoot it?

     

    Best regards,
    Shufflehound team

    marcos
    Participant

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .wpcf7-form .wpcf7-response-output {
        top: 85px;
        position: relative;
    }
Viewing 4 posts - 1 through 4 (of 4 total)