Hi,
I am using the Pro theme and have a simple gravity form on the homepage. However, I am not able to center the form no matter what I try. I reached out to Gravity Forms and their tech said that this theme a lot of weird floats which are causing the issue.
I have also tried to strip Pro gravity forms styles with this in my child theme’s functions.php:
add_action(‘init’, ‘no_x_gravity_form_css’, 9999999);
function no_x_gravity_form_css () {
wp_dequeue_style( ‘x-gravity-forms’ );
}
I have been using Gravy Forms for 4 years now and never had an issue centering a form with any theme. Can someone take a look?