Hi there,
Let me stick first to the front-end form problem that you’re facing. This is a conflict with the styles in your theme — I’m not sure why but your theme is trying to style EVERY fieldset
and EVERY legend
with very opinionated styles.
This should override that and get the form looking correct again.
form[id*="give"] fieldset legend {
position: relative;
margin: 10px 0;
padding: 0;
top: 0;
left: 0;
}
In regard to the Gutenberg issues, I notice in your screenshots that the “G” icon for our blocks is not there. That to me suggests something is not quite right in the first place. When you say “Deactivate Gutenberg” do you have the Gutenberg plugin installed? If so, why is that exactly? Are you running a very old version of WordPress? The Gutenberg plugin is no longer needed in modern versions of WordPress and it often has code that is in beta, not really for production purposes. Let me know the following and I can help further:
1. What version of WordPress are you on?
2. How are you enabling/disabling Gutenberg?
3. I see the plugin “Essential Grid” on your site too, is that updated to it’s latest version?
4. Let me know how that CSS fix went, I recommend adding it into the Customizer “Additional CSS” area NOT directly into the plugin at all.
Thanks!