Center form

I have uploaded two screenshots. The first one is the form not in the centre. The second image is the form within the editor, centred. I’ve centred everything I can find to do with this section/row/column etc but nothing is working.

Any help would be greatly appreciated.

Cheers,

Marc

Hello Marc,

Thanks for writing to us.

In order to align the form in the center I would suggest you please add this custom CSS code to the Global CSS.

html .formcraft-css .fc-form.align-left {
    margin-left: auto;
}

The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.In case you have no idea about coding you can subscribe to One where customization questions are answered.

Hope it helps.
Thanks

Thank you for this. I’ve added quite a bit of CSS for my site but this was something that looked right in the editor but not on the live page so I wanted to put this on the forum. I wasn’t 100% sure it wasn’t a bug. But thank you for letting me know. Hopefully others can find this useful.

Cheers,

Marc

Hey Marc,

You’re most welcome!

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