Change Service portal header menu size [height]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-23-2017 09:00 AM
I have cloned the stock header and did some customization accordingly. I am unable to change the height of the header. Any leads.?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-23-2017 11:49 AM
Hello Abu
go to service portal -header and footer section and open the header used for your portal
in the CSS section
there is a
.navbar {
font-size: 74px; ( add this line inside the braces and change the height to your requirement )
}
Mark it correct if its helpful
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-23-2017 01:03 PM
add class
.navbar{
min-height:80px;
}
or any other value as per your design.
(please mark helpful/like/correct if it helps)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-24-2017 04:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-24-2017 04:42 AM
add font-size property to update font size.
so your class would look something like this.
.navbar{
font-size:10px;
min-height:50px;
}
change values as you like.
(please mark helpful/like/correct if it helps)
font-size: 1;