Viewing 1 replies (of 1 total)
  • Hi, set the width of #eModal-Container for the wider(first) form to 550 or 600px where it looks nice and you need to reduce the height of the text area too. Additionally, modal form gets cut at the top part so its difficult quit it since can’t click @x close button. So, you need to adjust the top in the modal.

    Form css:

    #eModal-Container {
     width: 600px !important;
     padding: 0.5em;
    }
    
    #eModal-Container .wpcf7-form-control-wrap textarea {
        height: 100px !important;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Contact Form 7] Different width in easy modal for forms’ is closed to new replies.