I'm facing a challenge with making my website responsive. I've successfully made all the pages responsive, but I'm struggling to finalize the navigation part.
You can view my website at www.christierichards.co.uk/gcc_website/index.php
When the window is resized to 635px, the navigation ul disappears and a menu icon appears. In the CSS, the nav ul is set to display:none at this point. What I'm aiming for is when the menu icon is clicked, the navigation is set to display block and slides down the entire page to reveal the nav (I hope that explanation makes sense!) This technique is commonly used in many responsive sites, but I just can't seem to figure out how to do it!
I would greatly appreciate any assistance on this matter! Thank you