hi
I have adjusted my navbar so the box shadow is now on the top and set it to my brand colour.
Here is the code I used to adjust the navbar:-
.x-navbar .desktop .x-nav > li > a:hover, .x-navbar .desktop .x-nav > .x-active > a, .x-navbar .desktop .x-nav > .current-menu-item > a {
box-shadow: inset 0 4px 0 0 #fe5000;
}
Is it possible to have the box shadow only the width of the item it is above and not the width of the entire space? I have done some searching and have not been able to find out what controls the width of each item.
cheers