Boone

Well-Known Member
Is there any way to extend the navigtion bar?

Thew reason i ask is because I know I'll be adding more text to it and I'm not sure how it's going to turn out. As you can see it's pretty tight as is.
 

Attachments

  • Screen shot 2015-01-16 at 8.52.42 PM.png
    Screen shot 2015-01-16 at 8.52.42 PM.png
    32.6 KB · Views: 22
You can increase the overall page width:

Style Properties -> [XB] General Setup -> Page Width.

Or you can target just the nav:

Code:
#navigation.pageWidth {
max-width: 1400px;
}

Or decrease the padding on the left/right side: Style Properties -> Header and Navigation -> Nav Tabs

Or.. enable font awesome for the user nav: style properties -> [XB] font awesome -> Enable FA Icons in the Visitor Tabs and then hide the text via extra.css:

Code:
.xbVisitorText {
display: none;
}

Few ways to save space/increase space
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back