JustinWDev of Archived Theme Support
8/6/2015 - 7:12 PM

Spread nav from left to right fully

Spread nav from left to right fully

nav ul {   
  display: table;
  width: 100%;
}

nav>ul>li {
  display: table-cell !important;
}