If using the secondary navigation and in the customizer the secondary nav width is set to full and inner navigation width is set to contained it would be nice if there was some left and right padding to match that of whatever is set in the Header Padding (under header). This would keep the secondary navigation lined up at all times with the header below it.
Currently i add:
.secondary-navigation .inside-navigation{
padding-left: 40px;
padding-right: 40px;
}
Which isn’t a big deal, but i have to remember to change the css to match the header padding in customizer each time for a new website.
Thanks.