Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #575691

    Hi,
    I am trying to overlay a contact form on top of a slider using the Enfold theme, is this possible?

    Thanks

    #575809

    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

    #576440

    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

    #576511

    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

    #577127

    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.

    #577613

    Hi,

    Please try the following in Quick CSS under Enfold–>General Styling:

    #av_section_1 textarea {
        height: 80px !important;
    }

    Best regards,
    Rikard

    #577619

    Hi Rikard,

    Thats work perfectly, thank you. This can now be closed.

    Pete.

    #578255

    Hi Pete,

    Great, glad we could help :-)

    Thanks,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Overlaying contact form on a slider’ is closed to new replies.