How to completely remove responsive functionality from Responsive theme?
-
I was wondering is it possible to remove completely responsive functionality from your theme. The condition is, I used Responsive theme for my non-responsive project. The things I do were deleting all 3 js files in folder js, deleting classes indicating grid col in the template, deleting responsive syntax in header template (so it won’t change to combobox when resized), and defining min-width to 960px to body selector.
It works beautifully when viewed in desktop. But when i open it in mobile browser, there’s something like “half-responsive” thing still exist. Other common full non-responsive site usually opened in “preview state”, zoomed out but the content remains exactly same as if opened in desktop. So we just double click to zoom in and see same desktop size.
Mine, when opened in mobile browser, it went automatically “zoomed-in” to 960px width and horrible layout change in several section.
So how to making it fully non-responsive?
*sorry if my English so bad you didn’t catch what I say.
Thank you
- The topic ‘How to completely remove responsive functionality from Responsive theme?’ is closed to new replies.