Separating CSS for Mobile & Desktop

Posted in: Newspaper
Post count: 63

I need to be able to let users request the desktop version of my site if they choose to. My plan was to recompile the less-files included and excluding responsive options for desktop-version of the site. Which files do I need to exclude to not include media-queries etc and forcing a desktop version to CSS?

Post count: 22421

Hi,
I’m not sure it can work that simple. There is no single less file where all the mobile version style is being compiled from. The @media 767px is defined in this file: http://screencast.com/t/cbHwSDSX and then used in all of the less files: http://screencast.com/t/tlvu4snT6
This will not be a walk in the park as the theme was not designed with this in mind. Sorry.
Thanks.

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