Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #600738

    Hello,
    What scripting can I use to change the vertical size of the “Message” box using the Mailchimp element on a page? The Message box is always a fixed height no matter if it’s full page or half page. Thank you. – John

    #600753

    Hi jgdoyle1!

    do you want to change the message on the contact form, because that is the contract form and not an email form, correct?

    Regards,
    Basilis

    #600757

    Hello Basilis,

    I’m trying to change the vertical default size of the Message Box when it appears on the page. It’s very large and would rather it be less pixels in height. Make sense? Thank you.
    – John

    #601919

    Hi!

    Thank you for coming back.

    In custom.css or Enfold -> General Styling -> Quick CSS field (or when using a child theme: in styles.css of the child theme or Enfold-Child -> General Styling -> Quick CSS field) put the following and adjust the values as needed:

    
    .page-id-753 textarea#avia_7_1 {
        height: 35px !important;
    }
    

    This limits the changes to this page only.

    Cheers!
    Günter

    #602903

    That did the job. Thank you very much. Love this theme!

    John

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Enfold – Mailchimp Element – Vertical Size of "Message" box’ is closed to new replies.