Hi there,
I’ve got this slide in with Convert Plug. I noticed that in a live environment (ie not in the plugin builder) that there’s a margin pushing the button up.
I believe I found the css causing the issue in Ethos css in wp-content/themes/pro/framework/dist/css/site/stacks
form{margin:0 0 2.15em}
The trouble is, if I remove it, my sticky header gets all wonky. And obviously that css is there for a reason, so it’s probably best to leave it as-is.
Any recommendations to get that pesky margin off the Convert Plug button?