Hi,
You probably have the mobile mode from Jetpack enabled https://jetpack.com/support/mobile-theme/, which you can disable.
@rodicaelena
I have never installed that…
Hi,
Then you can share your site URL so I can see what you mean exactly.
@rodicaelena
Hi, it’s in the link field now.
It’s not difficult though. I just want to disable the mobile theme when I browse the website from a phone.
-
This reply was modified 5 years, 4 months ago by
Jan Dembowski. Reason: Moved link to link field
Hi @mrchoclo,
Thank you for the clarification. I get your point that you don’t need the responsive version of your website, however, we strongly advise against that. Having a responsive version of the website is crucial these days when the majority of visitors are using mobile devices to browse the network.
Even your SEO results are impacted by whether your website has a responsive version of the website or not.
Even if you have some big reasons to have only the desktop version we don’t have an easy way to stop using mobile versions as breakpoints are defined in the theme CSS file so you would need to dequeue the whole stylesheet of the theme.
@bvytis
It’s ok. Which line should I remove?
Hi @mrchoclo,
There is no one line that could be removed.
You can check the style.css file and search for @media (min-width: lines. You’ll see breakpoints where styles change so you can change those mind-width values to something really small that will be never reached.
We do not have a clean way to achieve this uncommon request so this is my recommendation that should work in your case 🙂