can you send snippet of code for the quick edit area or tell me how to diable the responsiveness of the site - i do not want it to be responsive when on all mobile phones
Easy way of Disable/Remove resposive aspect of theme?
3 posts from 3 voices-
Posted 7 months ago #
-
Hi dhanchi,
Its a bit more involved than just a snippet for the Quick CSS. You'll need to remove all of the media queries in the themes css files.
So in css>layout.css remove lines 2306-2410.
Then in css>grid.css remove lines 59-181,
That will remove all the media queries which tell the css to respond differently for the various screen sizes.
Regards,
Devin
Posted 7 months ago # -
Hi.
I did the same, but you also need to remove one line of code in the header php.
Under
<!-- mobile setting -->
remove the following line
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">Chris
Posted 7 months ago #
Topic Closed
This topic has been closed to new replies.














