Hello!
I've modified the current sticky navigation bar in order to make the logo bigger (
http://rawrdesignstestsite1.com/) ...everything looks great except I was hoping to get the highlight hover lines to meet up with the new width of the sticky nav:

Any help with this would be greatly appreciated! thanks!
Comments
to move the highlight line to the bottom, you need to use custom cs:
.menu-line-below #Top_bar.is-sticky .menu > li > a::after { bottom: -15px !important; }