Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #513380

    Hello,

    I set up a contact form with gravity forms and have many style issues. I already contacted the gravity forms support, but they told me that’s an issue of the theme.

    These are the problems (See the sample form I created under the given url):

    1. Name field: The Prefix field is too small to display the entries.

    2. Date field: too small for the entry, calendar logo is misaligned, date picker totally messed up.

    3. Text field: Input field should begin in the same column as the fields before and should not take the hole width (class: small is used here).

    4. Quantity of Product 1: see 3.

    5. Product 2: Quantity is misaligned and too large. Should be inline with product price and smaller.

    Do you have any idea how to solve these issues?

    #513396

    Hi FunnyVideoBox!

    Everything is possible, but that would need a lot of work to be done.

    You can contact one of our Customization Contractors, who will help you out with the process.
    http://kriesi.at/contact/customization

    Let us know if we could do anything else, regarding our theme

    Regards,
    Basilis

    #514030

    Hello,

    in the base.css of Enfold the width of input fields is set to 100%. This causes many of the issues above.
    Is there a way to disable this setting?
    If I’m using the following code in quick css the fields are smaller, but then the gravity form classes for the field width (small, medium, large) are ignored.

    #top input[type="text"] {
        width: auto;
    }
    #514561

    Hi!

    use this code for you “Prefix” field:

    select#input_2_1_2 {
    width: 100% !important;
    }
    

    You can increase width value for the other fields as well. Right click on Chrome browser and choose to “Inspect elements” to find the correct CSS class for an element.

    Best regards,
    Andy

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.