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.

CSS Ready Classes and Formatting

  1. 45north
    Member

    Hi,

    I just upgraded to 1.5 and am trying to use the CSS Ready Class feature. I added the class definitions for left and right columns (gf_left_half and gf_right_half) but the elements are showing a line break in between each other:

    http://www.montanaciv.org/contact-us/

    Please advise.

    Posted 13 years ago on Tuesday February 1, 2011 | Permalink
  2. Your form is inheriting some padding from your theme (style.css line 568) and it's causing your layout issue. If you disable that rule, you'll see that the form is formatted properly.

    screenshot: http://grab.by/8HvX

    You can add this to the end of your theme stylesheet and it will override the inherited style.

    body .post .gform_wrapper ul li {padding-left:0}

    Posted 13 years ago on Tuesday February 1, 2011 | Permalink
  3. 45north
    Member

    Wow - worked like a charm.

    Not only do you make a killer product, it's backed by amazing support.

    Thanks!!

    Posted 13 years ago on Wednesday February 2, 2011 | Permalink
  4. Glad that worked for you. Thanks too for the kind words, we really appreciate it.

    Posted 13 years ago on Wednesday February 2, 2011 | Permalink

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