- 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: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:33 AM
Million thanks!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2023 11:03 AM
Hi,
Can you please explain what should I do next for changing the header menu to the left once after following the above changes in Widget?