Hi,
I have been in touch with Helen Smith on the ThemeForest Comment section and I have been advised to contact you here for further assistance.
I’ve set-up the registration page as described in your documentation for this theme and would like the Create Account form to be aligned centrally to the page.
It is currently positioned to the left of the page.
I have disabled the Sidebar on the Registration page and as advised I have added the following code to Custom.css (ensuring that the custom.css is enabled in the Theme Options):
position: relative;
left: 50%;
float: none;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
Unfortunately none of the above has had any effect on the form position.
Can you let me know how I should proceed, please?
Thanks