Hi, Is it possible to not only left align links on the mobile menu screen but also move it to the top of the screen. Found the code to move it to the left, but struggling with the top. This is what I have for left aligned:
.mobile-primary-nav-links, .mobile-secondary-nav-links { text-align: left; margin-left: 20px}
Also, I noticed that when you click the links (when left aligned) in mobile view, the links quickly jump back to the centre before moving to the page requested.
Any help would be ace, completely new to this.