There is a simply answer: No, we're really sorry but it's very hard to remove this. Also this is in our opinion a Step backwards, so it really makes no sense.
If you want to remove the responsive function manually, we can give you a few Tips, but please note: NO SUPPORT for this:
-
1.
Open the index.php of the Template and remove a line similar to this (depends on your Template)
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
-
2.
Open
all CSS Files and look for Media Queries and remove them. A Media Querie looks like this:
@media screen and (max-width: 300px) {
body {background-color: lightblue;}
}