In your template code you should find something like this
- Code: Select all
<link rel="stylesheet" href=".templates/gk_john_s/css/small.desktop.css" media="(max-width: 1400px)" />
<link rel="stylesheet" href="templates/gk_john_s/css/tablet.css" media="(max-width: 640px)" />
<link rel="stylesheet" href="templates/gk_john_s/css/small.tablet.css" media="(max-width: 480px)" />
<link rel="stylesheet" href="templates/gk_john_s/css/mobile.css" media="(max-width: 320px)" />
of course with steak name,
and it check screen size - when is smaller it'll load & use .... mobile/tablet .css
Real source code is here: gk_steakhouse\lib\framework\helper.layout.php
there is also some code for menu.