Enable / Disable Responsiveness

Posted in: Newsmag
Post count: 207

How to disable the responsiveness of the site for handheld devices? Thanks.

Post count: 207

Hi, Could the admin or tech support please respond to my question above? Thanks.

Post count: 1291

Hi,

Unfortunately there’s no option in the theme for that, sorry. We plan to modify it in a future update, we’re in the planing phase looking for the best solution.

Thank you, Emil G.

Post count: 207

Hello Emil, thanks for your response but that does not help. While I understand there is no admin tool to turn on and off the responsiveness of the theme, I need to know where in the code to make changes in order my site to not be responsive. Please help. Thanks, Peter.

Post count: 9544

This is a responsive theme. You would need to edit the style.css file extensively to remove the media queries. If you didnt already know that, you likely need to hire a developer. Or, use a theme which is not responsive to begin with.

Post count: 6600

Hi,

As Chris stated the @media queries are used to style the content for mobile screen widths. You can edit the theme’s css file and search for @media (max-width: 767px) and remove them, leaving just the style for tablet which is under @media (min-width: 768px) and (max-width: 1023px): http://screencast.com/t/5pibBDJP33d
I suggest you backup your current theme installation before you alter it so that you can revert back to it if something goes wrong.
Hope this helps!

Thanks

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newsmag’ is closed to new topics and replies.