portal header menu need to set in center of the page.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2022 03:29 AM
Portal header menu need to set in center of the page.
I have writtern below css code in header widget. Menu items are coming in center but when i zoom in its going to right side again. Need to fix constantly in center(if zoom in or zoom out).
Labels:
- Labels:
-
Service Portal Development
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2022 03:32 AM
I have writtern below css code.
Now am getting menu items in center. But when i zoom in or zoomout changing to right side again
.navbar-nav
{
padding-left:250px;
vertical-align: middle;
padding-left: 250px;
max-width: 100%;
}
{
padding-left:250px;
vertical-align: middle;
padding-left: 250px;
max-width: 100%;
}