Need to bring the Text which should align to center of the Header
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2023 07:51 AM
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
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2023 08:58 AM
what css have been applied as of now. try below:
.yourClassName{
left:50%;
}
Raghav
MVP 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2023 09:40 AM
I tried below.But it didnt work
.yourClassName{
left:50%;
}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2023 09:42 AM
Share your existing css.
Raghav
MVP 2023