Are long Page Names in DNN causing you issues?
Find fixes, explanations, and solutions to your page name issues, below.
Page Name Issue:
The use of the character '_' connecting multiple characters without a space within the 'Page Name' will prevent the 'Token' (element) 'Links' from wrapping the 'Page Name' in the 'Links' horizontal view correctly. This causes multiple long page names to expand the skin to fit all the pages on one line. Often this results in breaking the skin design and obstructing your website display and presentation.
Page Name Example:
.MainMenu_RootMenuItemBreadcrumb
Fix Options:
Add a space { } - .MainMenu _RootMenuItemBreadcrumb
Add multiple spaces { } - .Main Menu_Root Menu Item Breadcrumb
Change the page name completely - CSS BreadCrumbRoot
Not Tested, but probable:
Long page names without spaces may result in the 'Links' Token (element) from wrapping correctly in the horizontal view.