How to position the login form to the right side in the login page ?

How to position the login form to the right side in the login page ?

Navigate to Admin->Self-Service Portal Settings->Login page customization->Customize now.

Here modify the HTML code for Login form with the below values. position, you need to include manually.

width:150%
position: fixed;


                  New to ADManager Plus?

                    New to ADSelfService Plus?

                      • Related Articles

                      • Login Page Customization -> SAML Login

                        NOTE: # No need to alter the changes in the application UI # Ensure to take a copy/backup of the below files before altering the same. STEPS TO FOLLOW: 1. Edit the file Login.html under <Drive>:\ManageEngine\ServiceDeskPlus-MSP\Server\Custom\Login ...
                      • How to get the login logo at the center ?

                        1. Login to the application as an administrator, goto Admin-> Self service portal settings-> Customize login page-> Customize Now 2. In the Edit page add entry &nbsp a few times as shown in the screenshot below, until you see it appears in the ...
                      • Customizing login page and login header for accounts

                        ** Login as an administrator and navigate to the Accounts Tab. ** Configure an account under the Accounts tab. ** Use the option "Customize login page", to customize your login page based on the account and you can upload the customized logo for your ...
                      • SAML - Login page would not reflect SAML option

                        Issue: In some cases, even after configuration and enabling of SAML option, it does not appear in the login page. However, if you notice in login page customization, the SAML option appears. Root cause: Check SAML - Service provider details. ...
                      • How to change the color of the Login button ?

                        Navigate to Admin->Self-Service Portal Settings->Login page customization and Add the below class under style as shown below, .btn-primary { background-color: #6600CC; } Above color code is for Purple, please use the appropriate color codes. After ...