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
Kilo 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