Tagged: CONTACT FORM
Hi,
I am trying to overlay a contact form on top of a slider using the Enfold theme, is this possible?
Thanks
Hey pd8888!
Please make sure that you are using the latest version of Enfold which is currently 3.4.7 – http://kriesi.at/documentation/enfold/updating-your-theme-files/ and edit your column element right below your slider and give it a negative top margin value :)
Cheers!
Yigit
Hi Yigit,
Thanks for the reply. Is there a way to control the size (height) of the message box in the contact form. I can see that you can control the width but i cant see anywhere to control the height??
Thanks for your help
Hi!
You can try turning custom CSS field for ALB elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and give your element a custom class and then add following code to Quick CSS in Enfold theme options under General Styling tab
.your-custom-class { min-height: 300px; }
If that does not work, can you please post a screenshot and show the changes you would like to make? A link to your page would help as well.
Cheers!
Yigit
Hi Yigit,
I have included a link to the site i am working on. I basically want to reduce height of the text input field for the “message box” in the contact form on the right hand side. Perhaps also the height of the other input fields to reduce the overall height of the whole form.
Thanks for your help.
Pete.
Hi,
Please try the following in Quick CSS under Enfold–>General Styling:
#av_section_1 textarea {
height: 80px !important;
}
Best regards,
Rikard
Hi Rikard,
Thats work perfectly, thank you. This can now be closed.
Pete.