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 positioning issues

  1. Hi,

    I'm having all sorts of strange, field and field label positioning issues. The form is at http://www.autostoresuperstore.com I'm using the Genesis Enterprise theme. I need to reposition the fields further to the left and add space between them. They preveiwed perfectly.

    Any help would be much appreciated.

    Steve G

    Posted 14 years ago on Thursday September 2, 2010 | Permalink
  2. Line 993 of the theme's style.css file declares the margins for any list item in the content area. The forms are inheriting from that. If you disable that margin rule, you'll see that the form spacing returns to normal.

    screenshot

    Posted 14 years ago on Thursday September 2, 2010 | Permalink
  3. Hi Kevin,

    That works perfectly! However it has a negative impact on my other unordered lists. Is there a way I can have the form "not inherit" the margin but have it apply globally to other unordered lists. You've probably guessed by now I'm a complete newb with CSS but willing to give it a shot.

    Thanks for your help so far.

    Steve G

    Posted 14 years ago on Friday September 3, 2010 | Permalink
  4. Steve,

    Okay, you might try this.. put the margin rule back on the li (line 993) and then append this rule to the end of your style sheet.

    .gform_wrapper ul.right_label li, .gform_wrapper form ul.right_label li, .gform_wrapper ul.left_label li, .gform_wrapper form ul.left_label li {margin:0 0 14px 0!important}

    see if that works for you.

    Posted 14 years ago on Friday September 3, 2010 | Permalink
  5. Hi Kevin,

    Awesome! That did the trick!

    Many thanks

    Steve G

    Posted 14 years ago on Friday September 3, 2010 | Permalink
  6. Great. Thanks for the update Steve.

    Posted 14 years ago on Friday September 3, 2010 | Permalink

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