Jump to content

Recommended Posts

Posted

By adding the following to the stylesheet i got it centered (with the default template)

#ProcessLoginForm {
    text-align: center;
}
#ProcessLoginForm > .Inputfields {
    display: inline-block;
}
#ProcessLoginForm .Inputfield {
    text-align: left;
}
  • Like 1
Posted

Thank you fellas  :)

Just one more little thing... what file do I edit to remove the "Home" link? I can't find it anywhere!

Posted

You could do a display: none on that one. When you use AdminCustomFiles for that and you want to know which process is running. enable the JSON data check box and type: console.log(config.AdminCustomFiles) in the javascript console.

  • Like 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...