Registration Page – Create Account Form Page Alignment

This topic has 2 replies, 2 voices, and was last updated 7 years, 4 months ago ago by Eva Kemp

  • Avatar: squibble
    squibble
    Participant
    December 14, 2016 at 17:04

    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

    Please, contact administrator
    for this information.
    1 Answer
    Avatar: Eva
    Eva Kemp
    Support staff
    December 14, 2016 at 19:21

    Hello,

    Please add this code in Custom CSS:

    @media (min-width: 1024px) {.page-template-et-registration .col-md-6 {
        left: 28%;
    }}

    Regards,
    Eva Kemp.

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.