Shortcode in Text Box not centering

Hello -

I’m trying to have an opt-in form centered on my X theme. When I paste the shortcode into the text box it is staying justified left. I have centered every part of the section, column, text, etc and it still is appearing left justified. Any suggestions?

Thanks for your help.

Nissa

Hi Nissa,

Thank you for writing in, are you referring to the ConvertKit form on your homepage? If so, please add this to Theme Options > CSS

form.seva-form.formkit-form {
	margin-left: auto;
	margin-right: auto;
}

You can find the proper CSS code selector using the Chrome browser Developer Toolbar
For the CSS code itself, I suggest that you get started with this tutorial

Hope it helps,
Cheers!

Woohoo!!! It worked!!! Thank you. I spent so many hours trying to figure that out. Thanks for your help.

You’re welcome!
We’re glad @Friech were able to help you out.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.