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.

Gravity Forms + Cart66 CSS

  1. Hello,

    I'm trying to set up a form with Gravity, Cart66 and Acquisto theme.

    The result is here: http://goo.gl/0k6IR

    The problem is that I am not able to set up correctly the fields for the form. I can see in FireBug that the problem is with Cart66 CSS.

    Is there any way to not load the CSS of the plugin in a certain page?

    Any answer would be really appreciated.

    Thank you very much!

    Posted 12 years ago on Saturday December 10, 2011 | Permalink
  2. I noticed you aren't outputting the Gravity Forms CSS file (this can be turned on via the Settings page of the GF plugin). However, you could add something like this to your theme's style sheet which should do the trick for spacing and alignment:

    [css]
    .gform_wrapper li.gfield {
    margin: 10px;
    }
    .gform_wrapper li.gfield label {
    float: none !important;
    }
    Posted 12 years ago on Saturday December 10, 2011 | Permalink
  3. Thank you!! Now looks really awesome! :-)

    Posted 12 years ago on Saturday December 10, 2011 | Permalink
  4. Great, glad to help.

    Posted 12 years ago on Saturday December 10, 2011 | Permalink

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