That's why a make one css file, which will make the site compatible for mobile devices with minimum changed in stock files.
Instructions:
1. Copy mobile.css file to folder /css/.
2. Add two lines in head section in two files index.php and login.php:
Code: Select all
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="css/mobile.css">I hope the developers will add it in the next update.