GetSimple Support Forum

Full Version: Help with some changes
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi just wanted some advice and help should I get stuck, which no doubt I will. I am getting more and more users of my site using their mobile phones. My theme doesn't adapt very well to that, so several users are telling me.

I am using my version of ArttonF, just color changes mostly. is there as easy and quick way of adapting this to make it suitable for mobile phones etc to view ?

If in wrong forum please move and tell me off.
Try with @media queries with min-width value, to serve a dedicated css file
https://developer.mozilla.org/en-US/docs...ia_queries

You can also detect user's resolution with javascript, load an additional css, and overwrite default values.
If you utilize jquery, then user would anyway have to enable javascript to take advantage of all features of jquery based snippets, thus this solution isn't a bad choice choice.
thanks I have some reading and studying to do