Menu placement in Service Portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-16-2023 08:52 AM
Hi,
In Service Portal, I want to place the menus in the Left side of the header (i.e Next to the ServiceNow Logo).
May I know the steps for changing the menu position from Right side to the Left side?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-16-2023 09:37 AM
Hi @Kri ,
Please refer to this solution : https://www.servicenow.com/community/now-platform-forum/how-to-move-serviceportal-header-menu/m-p/10...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-19-2023 04:47 AM
Hi, I tried adding the below CSS script in the Homepage section and it works but is it a Best Practice?
.navbar{
display: flex;
}
.navbar::after{
display: none;
}
.navbar-right{
flex-direction: row;
justify-content: space-between;
width: 100%;
}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-16-2023 01:04 PM
I need to move only knowledge base heading to the left position. The script in the above link is moving all the menus to the left including user profile