Hi Mark, your theme seems to have some CSS overriding the normal centering of the buttons. I see different buttons now, did you want me to give you CSS to fix the issue? I would need to see the buttons out of alignment to send you the fix. Let me know.
Yes, please. Very much appreciated.
https://jerryscannabis.ca/
Hi Mark,
I see the conflict, your theme sets the form elements to “display: block” which affects our buttons.
Use this custom CSS, add it under Appearance > Customize > Additional CSS:
#emav-overlay input:not([type=checkbox]) {
display: inline-block;
}
That should resolve the button alignment issue with your theme’s CSS.