How to kill the tinynav responsiveness

Hi Aigars,

I’m trying to get rid of the responsiveness part of the theme, and have set a few min-widths and its going fairly well… but how do I stop that nasty(imo) jump to the tinynav menu.

At the point where the screen can’t display the menu options, it always jumps to the tinynav drop down, and tbh I’d prefer that the screen just show up really small on an iphone, rather than the format change.

Where should I start getting rid of the tinynav part?

Thanks.
Kenny

Just remove this from header-extensions.php file and theme no longer will be responsive.
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">

It will adjust to desktop browsers but not on tablets and smartphones where it actually matters. No one resizes desktop browsers to mobile size unless they are testing something, so this hack will be enough.