Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

How to move Header menus Knowledge, support & Announcements to move beside logo on CSM Portal

manisa
Tera Contributor

Hi,

 

I want to move Header menus Knowledge, support & Announcements to move beside logo on CSM Portal how to do it can some one help on this, it will be grate.

manisa_0-1723030127015.png

 

Thanks!

1 REPLY 1

Bhavya11
Mega Patron

Hi @manisa ,

 

can you try something like in CSS

 

CSS:

.navbar{
display: flex;
}
.navbar::after{
display: none;
}
.navbar-right{
flex-direction: row;
justify-content: space-between;
width: 100%;
}

Please mark helpful & correct answer if it's really worthy for you.

 

Thanks,

BK


Regards
BK
LinkedIn: https://www.linkedin.com/in/bhavyashree-karanth-55032a121
YouTube: https://www.youtube.com/@NowWithBhavya