Tagged: 

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

    Hello Enfold.
    I would like to edit the default height of the text area in the enfold contact form.
    I tried https://kriesi.at/support/topic/i-seek-to-make-the-text-area-box-50-smaller/ but it does not work.

    In the image I have added you can see:
    1. the situation now.
    2. the situation as I would like it to be.
    3. The google chrome css adjustment that works, but adding that part of css too “quick css” does not work.

    #721828

    Hey Wolf,

    Please try this instead:

    .page-id-71 .text_area {
        max-height: 100px !important;
    }

    Best regards,
    Rikard

    #722361

    I tried it, but it doesn’t work. Also I need it to work for the entire site. Almost all of our pages have a contact form.

    #722918

    Hi,

    Ok, thanks for the feedback. Please try this instead:

    .text_area {
        height: 100px !important;
        max-height: 100px !important;
    }

    Best regards,
    Rikard

    #728970

    works great thanks

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Size of text area in default Enfold contact form’ is closed to new replies.