Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi, there is some CSS that seems to come with the signup form, which is adding a padding to a div that is already 100% wide:

    ...
    .ck_form.ck_minimal .ck_form_fields {
        width: 100%;
        ...
        padding: 5%;
    }
    ...

    If this style rule is optional, you might want to change that width to 90%.

    Thread Starter paocglobaled

    (@paocglobaled)

    Thanks. Worked

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Not centred’ is closed to new replies.