Center header menu on service portal

jojo1
Kilo Explorer

Hello, 

I would like to center the header menu. 

find_real_file.png

I tired to modify the .nav-right css in Header widget but when I tried the display with mobile device the bevahiour is not good. 

 

find_real_file.png

Do you any idea how to modify this and to keep the same behaviour as OOTB on mobile device ? 

Kinds regards, 

1 ACCEPTED SOLUTION

Mike Patel
Tera Sage

you need something like 

 
.navbar-right {
 float: center !important;

View solution in original post

3 REPLIES 3

Mike Patel
Tera Sage

you need something like 

 
.navbar-right {
 float: center !important;

jojo1
Kilo Explorer

Hello Mike, 

 

Thanks for your answer, I'll make some adjustments with this method. 

 

Kinds regards,

Hi, Can you  help me how to move only the menu item to the left and not the User profile in Service Portal?