Before you ask please READ THIS

Gravity Forms CSS conflicts

edited December 2011 in Airlock Posts: 12
Hello, please let me know how I can fix the forms layout as its conflicts with Airlock's CSS. Take a look at this link: http://www.raajkapurbrar.com/modeling/


Thanks,

Comments

  • AirAir
    Posts: 10,970
    You mean circles near every row? Cause I don't see any styles for inputs. If you are familiar with CSS you can use firebug(or any other tool under F12 in browser you are using) to find styles you should overwrite. For those circles you could add in
    http://www.raajkapurbrar.com/wp-content/plugins/gravityforms/css/forms.css
    this:

    .post-text .gform_wrapper ul li{
    background-image: none;
    margin-top: 0;
    padding: 0;
    }

    With regards.
  • Posts: 12
    Thanks I will try that in code in the CSS file. Here is a screen shot of what I am looking. I also do not see the field inputs. How do I fix that?

    See attached screen shot.
    Screen Shot 2011-12-03 at 7.43.40 PM.png
    1175 x 1348 - 82K
  • Posts: 12
    I did some css editing and fixed this issue.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!