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.

Field size=large not large enough!

  1. http://ellevation.com.au/services/websites/

    How do I get the form to fill the sidebar in terms of width? It seems to align right in the sidebar but there is room to spare. Please scroll down to see a placeholder image which is full width (275px).

    Field size already set to large.

    Thanks,
    Bas

    Posted 11 years ago on Tuesday April 2, 2013 | Permalink
  2. Richard Vav
    Administrator

    Your theme's style sheet is adding a 30 pixel left margin to the list elements that gravity forms uses, to counteract this try adding the following CSS

    .gform_wrapper li {
        margin-left: 0 !important;
    }
    Posted 11 years ago on Tuesday April 2, 2013 | Permalink
  3. Thank you!

    Should really learn CSS ;)

    Posted 11 years ago on Thursday April 4, 2013 | Permalink
  4. Richard Vav
    Administrator

    Your welcome,

    http://www.w3schools.com/ is a good place to start

    Posted 11 years ago on Thursday April 4, 2013 | Permalink
  5. I am having somewhat of a similar issue, but when I add this css code nothing changes. Basically, it seems the fields are locked until I press tab on my keyboard. Can you assist?

    Even after making the text field 30 px is remains locked. The text area field is able to be clicked in.

    http://advocatesfordiabetics.com/contactus/

    Posted 11 years ago on Thursday April 4, 2013 | Permalink
  6. Richard Vav
    Administrator

    @etedesco714 It looks like your issue is being caused by the footer floating up the page so it is over the top of your first few fields preventing you from interacting with those fields because you are instead clicking on the footer, check your other pages it is happening on them all and is not gravity forms related. You can usually prevent this kind of behaviour by clearing the float on the footer

    #footer{
      clear:both;
    }
    Posted 11 years ago on Thursday April 4, 2013 | Permalink
  7. You are the man! Thanks for the fix

    Posted 11 years ago on Thursday April 4, 2013 | Permalink

This topic has been resolved and has been closed to new replies.