Bump. Anybody got any ideas?
Glad to help. Get to know div tags well….they’ll really help you with alignment in WP as you can left/center/right align just about anything (widgets, shortcodes, page elements, ads, etc…) with div tags.
To center the form on the page you can wrap the shortcode in div tags:
<div align="center">
form code
</div>
To center the actual boxes themselves, just change the text alignment from left to center in the form css.