I'm making a Wordpress site with my own theme based on underscores. Now, I made a responsive layout using media queries. But I have a kind of aesthetic problem.
I have a button that opens up menu on mobiles. So, on mobile screens we have a logo followed by some text and below that a menu button. THe menu button appears on the bottom as you load the website. If you click it by design it will expand the menu below. Unfortunately unless the user moves down he will not see the menu has opened. And this is a problem as some users might think nothing is happenning.
Therefore I need you to explain me how to use jquery or javascript in order to make users when they press a button to scroll down so that the menu appears on the top of the screen. I tried googling and searching for, but all I could find was how to use scroll with anchors and not buttons.