Scenario
Some developers in Site Builder might observe that the navigational portlet is wrapped and showing multiple lines when the name of a tab or category is quite long.
Solution
To solve this and make the lines on the navigation portlet show in one line only, user needs to follow the following steps:
- Navigate to Commerce > Websites > Website List
- Current Website: Click Edit
- Click Appearance tab
- Take note of the theme set under the Web Site Theme field
- Navigate to Commerce > Site Builder > Themes
- On the used theme: Click Edit
- Addition to <head>: Add the following CSS code
.smalltext {white-space: nowrap;}
Note: This solution is applicable to those who are using the NetSuite Standard CSS declared in the Theme's Addition to <head>.