This topic has 2 replies, 2 voices, and was last updated 7 years, 11 months ago ago by Eva Kemp
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
Hello,
Please add this code in Custom CSS:
@media (min-width: 1024px) {.page-template-et-registration .col-md-6 {
left: 28%;
}}
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up