- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2019 01:19 AM
Out of the box, ServiceNow portal header menu is on right but I want to move the header menu on the left side just next to the logo.
Any leads on CSS ( already did cloning of widget and etc.) will be great.
Solved! Go to Solution.
- Labels:
-
Service Portal

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2019 02:10 AM
updated css:
.navbar-right {
//padding-right: 0px;
// padding-left: 0px;
display: block;
position: fixed;
top: $sp-logo-max-height / 4;
left: $sp-logo-max-width + 25px;
}

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2019 02:06 AM
here we go.
there is one css .navbar-right
you need to make some modification on that css
clone the widget "stock header" and make some changes in css ".navbar-right"
samaple:
.navbar-right {
//padding-right: 0px;
// padding-left: 0px;
display: block;
position: fixed;
top: $sp-logo-max-height / 2;
left: $sp-logo-max-width + 45px;
}
Result: please refer the below screenshot
Note: this is just i tried you can do the proper alignment by changing the css .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2019 01:25 AM
Is there any way to move only the menu items(Knowledge,catalog) to left and leave the "System Administrator" to right as it is.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2020 06:55 AM
yeah is there any way to move only knowledge catalog to the left ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2021 01:36 AM
Hye did you achieve this?
Please share if you have the solution.
Thank you!!