Reduce the width of header in Service Portal

RamSagar
Tera Guru

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.

1 ACCEPTED SOLUTION

nathanfirth
Tera Guru

Clone the header widget and then wrap the contents with <div class="container">


View solution in original post

6 REPLIES 6

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


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.