I used yr suggested CSS below to have my sub-primary items float to Right in Mobile,
but it jumps to the left now, I guess it happened after the most recent GP update;
@media (max-width: 768px) {
.main-navigation li {
text-align: right !important;
}
}