Skip to page contentSkip to chat
ServiceNow support
    • Community
      Ask questions, give advice, and connect with fellow ServiceNow professionals.
      Developer
      Build, test, and deploy applications
      Documentation
      Find detailed information about ServiceNow products, apps, features, and releases.
      Impact
      Accelerate ROI and amplify your expertise.
      Learning
      Build skills with instructor-led and online training.
      Partner
      Grow your business with promotions, news, and marketing tools
      ServiceNow
      Learn about ServiceNow products & solutions.
      Store
      Download certified apps and integrations that complement ServiceNow.
      Support
      Manage your instances, access self-help, and get technical support.
Navigator Frame Width - Support and Troubleshooting
  • >
  • Knowledge Base
  • >
  • Support and Troubleshooting (Knowledge Base)
  • >
  • Navigator Frame Width
KB0745001

Navigator Frame Width


479 Views Last updated : Jul 24, 2025 public Copy Permalink
KB Summary by Now Assist

Issue

Symptoms

The text for page names doesn't fit in the width of the Navigator frame in a UI16 environment.

In a UI15 environment, the width of the Navigator frame can be adjusted by simply dragging the edge to the desired size.

Environment

Instances with the UI16 interface

Cause

In UI16 the width of the ‘navpage-nav’ element of the Navigator is hard coded within the ‘css_includes_concourse.cssx’ file to be 285 pixels.

.navpage-nav {
	width: 285px;
	position: absolute;
	top: 50px;
	right: auto;
	bottom: 0;
	left: 0;
	transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

Resolution

As a workaround, you should look to use concise naming conventions for Application, Module, and Page names that appear within the Navigator.

Additional Information

  • UI16 Application Navigator
  • Use the UI16 Navigator
  • Comparison of UI16 and UI15 styles

The world works with ServiceNow.

Sign in for more! There's more content available only to authenticated users Sign in for more!
Did this KB article help you?
Did this KB article help you?

How would you rate your Now Support digital experience?

*

Very unsatisfied

Unsatisfied

Neutral

Satisfied

Very satisfied

Very unsatisfied

Unsatisfied

Neutral

Satisfied

Very satisfied

What can we improve? Please select all that apply.

What are we doing well? Please select all that apply.

Tell us more

*

Do you expect a response from this feedback?

  • Terms and conditions
  • Privacy statement
  • GDPR
  • Cookie policy
  • © 2025 ServiceNow. All rights reserved.