@david:
1. If you want to change the line height of the secondary menu, then you can add the following css:
.nav-secondary .catchresponsive-nav-menu a { line-height: 31px; }
2. Float menu item cannot be perfect as it depends on your text in menu. So, try the following css:
.nav-secondary .wrapper { padding: 0; }
.nav-secondary { background-color: #5b3aa5; }
@media screen and (min-width: 1101px) {
.nav-secondary .catchresponsive-nav-menu a { padding: 0 20px; }
.nav-secondary .catchresponsive-nav-menu li:last-child a {
padding: 0 21px 0 22px;
}
}