Support Forum
I use unified theme for phones, default for pc and tablets, I have a ipad and default theme looks fine in either direction, my wife has a kindle fire which is technically a tablet, but in reality isn't much more bigger than the some of the larger phones out there and the default doesn't look very good on it, was wondering if there was a way to adjust when the unified would kick in
you could add media queries to the css (make your own theme) to adjust font size based on screen size... look at the unified main css file and you will see this occurring already...
will look something like:
@media screen and (min-width: 641px) {
the min-width part is a check... if the screen size is >=640px the styles apply... you can use max-width and logical operators too... google css3 media queries for more help...
Visit Cruise Talk Central and Mr Papa's World
The difficulty - by the way - is also a stupidity of the way the internet works. There is no information sent with an HTTP request as the actual physical size of the calling display. We may have a user agent sent but the size is not sent and the size, of course, would solve everyones problem with this sort of thing.
YELLOW
SWORDFISH
|
1 Guest(s)