To center the Login page logo in SupportCenter Plus 11.0

To center the Login page logo in SupportCenter Plus 11.0

By default, the logo for the login page in SupportCenter Plus is aligned to the left. Like below:





To have the logo aligned to center, please go to Global Settings --> Application Settings  --> Customize now

Under logo-heading, text-align: center; can be included


This would make the logo fit in the center. Save the settings once and check for the same after logging out.

Please note : Header image Width and Height should be 155 px X 38 px (W x H)

                  New to ADManager Plus?

                    New to ADSelfService Plus?

                      • Related Articles

                      • Login Page customization

                        Change logo in the login page: -> First go to Global Settings --> Application Settings --> Customize login page -> From the insert image drop-down, you can upload the picture that you would like to show on the login page. Please make sure that the ...
                      • How to change login page image/logo in SCP 8.1

                        1. Go to Admin - > Global settings - > Application settings - > Settings. 2. Under Logo settings, you can import a custom image with the specified size, and you can use the image to be shown on the login page.
                      • To Modify the login screen or add a link

                        To add the link to your login screen/Modify the login screen perform the following steps.       For the login screen : 1. Save the page served under http://[servername-or-ipaddress:port-number/] as index.html. Copy this file onto ...
                      • SupportCenter Plus as an Outlook Add-in

                        Pre-requisites: A valid user account with login credentials in SCP, a valid account in Microsoft Outlook with admin permissions. To implement the add-in for your organization's users, Download the attached manifest file for SCP Outlook Add-in. In the ...
                      • Login Frequency Query Report

                        The below report would help us find the last logged in time of the users in SCP 11.0 SELECT AaaUser.FIRST_NAME "Technician",        MAX(AaaLogin.NAME) "LoginName",        MAX(AaaContactInfo.EMAILID) "Email",        MAX(AaaAccSession.USER_HOST) "IP ...