You'll need to add some custom CSS to extra.less:
Code:
.p-nav-list .p-navEl.is-selected .p-navEl-link, .p-nav-list .p-navEl.is-selected .p-navEl-splitTrigger
{
    border-width: 7px;
    padding-bottom: (@xf-publicNavPaddingV - 7);
}

By default it's 5px height. You need to change both values if you want to increase/decrease it. The bottom one does NOT have a px after the #. It basically reduces the padding-height so it's the same height as the other navigation tabs.
 

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