Change size navbar brand logo in the Service Portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-18-2017 06:11 AM
Hi,
Is it possible to use "theme" in the service portal and CSS to resize the image in the left upper corner? Example below ServiceNow is the logo. And then use CSS to make it smaller or bigger.
Best regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-18-2017 06:53 AM
For example by using:
.navbar-brand {
max-height: 40px;
max-width: 30%;
overflow: visible;
padding-top: 0;
padding-bottom: 0;
}
But i'm not sure of the name for the logo if it's .navbar-brand-logo or if it have any other names.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-18-2017 08:08 AM
Please see this articule. May be it help for you...
How to change the size of custom company logo in banner?
Working with UI16 Banner Images
Re: Change size logo on navpage.