For those who are interested, i some how managed to get the desktop look on my mobile device
below i will describe what i did.
what i did is go to admincp -> style manager -> edit templates
open the header template
search in the template for
Code:
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1, maximum-scale=1" />
and replace it with
Code:
<meta name="viewport" content="width=1000px, minimum-scale=0.1, maximum-scale=5" />