Hi There
I’ve taken a look at the different threads on this issue and I’ve added this to my functions.php child theme: add_action(‘wp_enqueue_scripts’, ‘no_x_gravity_form_css’, 9999999);
function no_x_gravity_form_css () {
wp_dequeue_style( ‘x-gravity-forms’ );
}
cleared the cache and still I’m getting stacked fields. If you could let me know if there is something I might be missing that would be awesome I’m currently using gf_left_third, gf_middle_third and gf_right_third