- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-09-2017 12:31 AM
Hi,
I had a requirement to reduce the width of header in Service portal.i.e. the contents in the header menu should come to center.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-10-2017 10:38 AM
Clone the header widget and then wrap the contents with <div class="container">
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-11-2017 12:05 AM
Hi All,
Is it possible to add a text beside the logo in the header? Just like the classic service now view where you can add company name beside the logo?
Thanks
Broderick
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-11-2017 12:12 PM
Sure, but you'll need to clone the widget. There already is a text string in the header which has an ng-if to hide it when there is a logo. If you remove the ng-if and add some CSS to position the text, I think you'll be good to go.