-
AuthorPosts
-
October 3, 2019 at 9:59 pm #1144629
Hi,
is there any possibility to customize the height of an specific element in the contact form?
Thanks a lot.
Yours, Thomas
October 4, 2019 at 1:02 pm #1144964Hey Thomas,
Which element in particular would that be? Could you post a link to where we can see it?
Best regards,
RikardOctober 4, 2019 at 1:57 pm #1144978Hi 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.
October 7, 2019 at 5:42 am #1145615Hi,
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,
MikeOctober 7, 2019 at 2:23 pm #1145781Hi 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
October 8, 2019 at 3:57 am #1145986Hi 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,
RikardOctober 8, 2019 at 7:27 pm #1146242Thanks a lot.
Unfortunately nothing occured after inserting the quick CSS. I also changed the size but nothing happened.
Best regards, Thomas
October 8, 2019 at 7:39 pm #1146248Hi,
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 ShannonOctober 8, 2019 at 8:02 pm #1146262Yes, 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. 🤷♂️
October 10, 2019 at 6:54 am #1146758Hi,
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,
IsmaelOctober 10, 2019 at 8:18 am #1146775Hi,
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.
October 10, 2019 at 9:11 pm #1146948Hi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘customize height of elements in contact form’ is closed to new replies.