Show menu

Hi, Can i ask some help, I was amaze by the responsive design in the sitepoint especially in the index page,…I wonder, how sitepoint do the menu when I am going to resize the browser the menu will appear but when i maximize the browser the menu will be invisble…can anyone help me please give some points or reference in order to achieve like this.

Thank you in advance.:slight_smile:

Its done quite simply using media queries.

Standard media queries (these are good for starting off)
http://css-tricks.com/snippets/css/media-queries-for-standard-devices/

HI chris.upjohn, Thank you for this reference :).