X Theme Only Lets Me Use Classic Gravity Form

Hello everyone.

I installed the paid version of gravity form in my x theme. I don’t understand why cornerstone only lets me use the classic gravity form. This limits the options I have with adjusting the form. Does anyone know if there is a fix to this? Thanks!

Hello @kfinch55,

Thanks for asking. :slight_smile:

I am a bit confused with your question. Have you tried adding the Gravity Form shortcode in Text Element to display the form? You can refer following tutorial for more information:

Thanks.

Hello,

I’m trying to get Gravity Form to work on my X Theme.

Right now I cannot get gravity forms CSS Ready Class to work.

I tried using a shortcode and it did not make a difference.

I want have the gravity form with first and last name side by side using (gf_left_half) and (f_right_half).

Is this a problem with the theme not seeing the css added?

Hi,

To fix it, you can try adding the code below in X > Theme Options > CSS

body .gform_wrapper ul li.gfield {
   clear: none !important;
}

If that doesn’t work please provide us your site url so we can take a closer look.

Thanks

1 Like

Hi Paul,

Thank you for the help! Your instructions on adding the code in css fixed my problem! Gravity Form works. Thank you again. Have a great day.

You are most welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.