GetSimple Support Forum
Help with some changes - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16)
+--- Thread: Help with some changes (/showthread.php?tid=3478)



Help with some changes - gordo - 2012-08-28

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.


Help with some changes - yojoe - 2012-08-29

Try with @media queries with min-width value, to serve a dedicated css file
https://developer.mozilla.org/en-US/docs/CSS/Media_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.


Help with some changes - gordo - 2012-09-06

thanks I have some reading and studying to do