Disable Mobile Themes?

Permalink
Is there any way that I can completely disable the mobile theme on my website and have anyone on a mobile view the desktop version of the website automatically? I'm running the theme Elegancia Onyx.

Thanks in advance.

 
lackadaize replied on at Permalink Reply
lackadaize
You should be able to add the viewport meta tag in the <head> of your page to make this happen. An explanation of this can be found at this link -> https://developer.mozilla.org/en-US/docs/Mozilla/Mobile/Viewport_met...
lackadaize replied on at Permalink Reply
lackadaize
Alternatively you could simply remove all the media-queries (if your theme works off media-queries) and it will stay the desktop size. The problem is that some mobile browsers might not resize the viewport for this and they'll show just a corner of your page which you would have to resize with your fingers to see the whole page.
jacobr5000 replied on at Permalink Reply
Could you explain how I could go about doing this? I'm sort of a noob.