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.

Large Gap since upgrade to V1.6.1

  1. Hi,

    Since upgrading to V1.6.1 a large gap has appeared at between the title of my form and the fields. Please see here:
    http://www.fasttracksales.co.uk/home-seller-registration/

    You need to scroll down to see the form. It is interfering with my theme in some way so please let me know what code I need to change.

    Thanks in advance.

    Posted 12 years ago on Wednesday November 16, 2011 | Permalink
  2. In your theme in style.css you have:

    [css]
    #content {
        margin-left: 250px;
        width: 710px;
    }

    You could try updating that to:

    [css]
    #content {
        float: right;
        width: 710px;
    }
    Posted 12 years ago on Wednesday November 16, 2011 | Permalink
  3. Hi Rob,

    Thanks for your quick response. I noticed that some custom changes made by a developer I used had been over written by the upgrade so I restored the previous version and it is now all ok. Thanks for your suggestion though.

    If you have a minute would you mind looking at another issue I am having with the form in IE. I have just opened another thread for it here:
    http://www.gravityhelp.com/forums/topic/ie-javascript-problems-product-costs-not-adding-up

    Many Thanks

    Posted 12 years ago on Thursday November 17, 2011 | Permalink

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