Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1144629

    Hi,

    is there any possibility to customize the height of an specific element in the contact form?

    Thanks a lot.

    Yours, Thomas

    #1144964

    Hey Thomas,

    Which element in particular would that be? Could you post a link to where we can see it?

    Best regards,
    Rikard

    #1144978

    Hi Rikard,
    the site is still in maintenance mode. I disabled it for a while (see link below).

    You can see the single sections of the contact form. I’d like to change the default height, for example of the section “Ihre Nachricht”, so that the bottom border line of that section is up with the bottom line of the second accordion-section.

    In other words: I like to customize it ;)

    Thanks a lot.

    #1145615

    Hi,
    Sorry for the late reply, please include a screenshot of the element you would like to customize so it is clearer for us, and an admin login so we can see the page since it’s in maintenance mode.
    To add a screenshot please try using https://postimages.org/ and pasting the image URL in your post.

    Best regards,
    Mike

    #1145781

    Hi Mike,

    no problem. Thanks for your reply. You can see two screenshots here: https://www.dropbox.com/sh/d4bgk79n6yup7og/AAAk1tT5l4mAEuDuGm-xECWja?dl=0

    Thanks a lot.

    Best regards, Thomas

    #1145986

    Hi Thomas,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (min-width: 768px) {
    .page-id-954 textarea {
        min-height: 276px;
    }
    }

    Best regards,
    Rikard

    #1146242

    Thanks a lot.

    Unfortunately nothing occured after inserting the quick CSS. I also changed the size but nothing happened.

    Best regards, Thomas

    #1146248

    Hi,

    Did you add the code to the very top of quick css so it runs first? Also, clear the cache a few times over.

    Best regards,
    Jordan Shannon

    #1146262

    Yes, now added to the top, cleared cache a few times and restartend my computer. I set the value at 479px to see a big change, but nothing occured. 🤷‍♂️

    #1146758

    Hi,

    Thank you for the update.

    Are you trying to align the textarea and the tab? That is not that easy because the text container above the tab will get taller while the screen width decreases, pushing the tab lower down. You might be able to align it on a particular screen size, but then you have to re-adjust it again on another because the width and height of the text container/column will surely change. What is the purpose of the alignment? The textarea itself can be adjusted by the user directly, so we don’t really see the point of the alignment.

    Best regards,
    Ismael

    #1146775

    Hi,

    so, call it a spleen of mine ;) I’d like to have things in line. But you’re right, that’s quite impossible to align it for all aspects of displays. Now I’M aware of it.

    There are quite other (bigger) issues I have to solve – with your help, of course.

    So, you can close this ticket.

    Thanks a lot.

    #1146948

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘customize height of elements in contact form’ is closed to new replies.