Here\'s a simple menu structure:
Home
I wanted this functionality only on tab view i.e below 720px, so in media query I made:
@media(max-width:720px){ a{ display:block; width:100%; } }