My GF forms look good in the preview, but after publish on the front end they get all mixed up. I guess it is inheriting a whole bunch of stuff from my theme.
Can I force my theme to always use the standard GF style as seen in preview, it would be great if I could just add a line to my style.css that directly
My style.css has almost nothing in it except some @import, which gave me the idea maybe I could add an @import for GF as well, so it would override all other? I dont know if this is possible and smart, but would be much easier if thi could work, instead of figuring out which style is inherting what, especially for a newbe like me ;-)
below a part of my style.css to illustrate my thinking
/* CSS RESET */
@import url('layout/css/core/reset.css');
/* CORE CSS */
@import url('layout/css/core/core.css');
/* NAVIGATION CSS */
@import url('layout/css/core/nav.css');
/* WIDGETS */
@import url('layout/css/core/widgets.css');
/* SHORTCODES */
@import url('layout/css/core/shortcodes.css');
/* TYPOGRAPHY & CLASSES */
@import url('layout/css/core/typography.css');