Tagged: ,

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

    Hello!

    I have a problem with the forms. I placed the contact form 7 and generated a simple form with EMAIL AND MESSAGE. It’s the only thing we need. But I’m creating a big space (yellow) I’m trying to take it off but I have not succeeded. This space was to put “Message” and “Email”

    But, these descriptions already go inside the form boxes.

    The second doubt:
    The space inside the message box is very wide (10 lines), I want the sea of ​​3 lines or (3 rows) how do I do that?

    View post on imgur.com

    #805815

    Hey MiguelPj,

    Add the following to quick css:

    
    textarea, input{
    margin-bottom:0px!important;
    }
    
    textarea{
    height:100px!important;
    }

    Let me know if this works.

    Best regards,
    Jordan Shannon

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