PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Gravity & Avada - Customizing a contact form in the footer

  1. Hi!

    I would like to add a contact form using the Gravity Forms widget to the footer of my new Avada theme. But there are two problems:

    1) The contact form I created appears with divider lines that I don't want. I didn't put them there when I created the form. How can I remove them?

    2) I would like to increase the width and decrease the height of the contact form in the footer. How can I do that?

    You can see the contact form on the website I'm currently working on at http://www.spanishplanet.eu in the footer section.

    Thanks for your help!

    Daniel

    Posted 11 years ago on Friday January 11, 2013 | Permalink
  2. David Peralty

    Hi there,

    The lines are added by your theme. Can you add the following to your style.css file:

    [css]
    .footer-area ul li {
    padding: 12px 0;
    background: none !important;
    }

    I can't help you increase the width. You'd have to talk to the theme creator about that because he has the footer widgets set-up a certain way, and we aren't supposed to re-code entire sections of themes as it isn't really a Gravity Forms issue.

    Posted 11 years ago on Friday January 11, 2013 | Permalink