Menu placement in Service Portal

Kri
Tera Guru

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?


3 REPLIES 3

Community Alums
Not applicable

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%;
}

Krishna124_0-1679226449797.png

 

Kri
Tera Guru

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