Need to bring the Text which should align to center of the Header

Black Coder
Tera Guru

We have the requirement to bring a static text on the Header part of the portal. it should be centrally aligned on the header. it should come like below

BlackCoder_0-1697727036442.png

 

in the above image "CSC Portal" is the static text. “CSC Portal” should be Centered and to the right of the logo and remain centred as the window is resized. How can we achieve this?

 

We cloned the Employee Center header for this customization to avoid the wipeout during the upgrade. in that cloned header widget We managed to bring the "CSC Portal" text in the header but it is properly not aligned centred. What kind of changes, we have to do in order to bring the "CSC Portal" text centre part of Header?

3 REPLIES 3

RaghavSh
Kilo Patron

what css have been applied as of now. try below:

 

.yourClassName{

left:50%;

}


Raghav
MVP 2023

I tried below.But it didnt work

.yourClassName{

left:50%;

}

Share your existing css.


Raghav
MVP 2023