Page 1 of 1

how to use css media query in Tiggzi

Posted: Wed Nov 21, 2012 10:36 pm
by rammohan.acharyadasa

Hi
i want to use css media query in Tiggzi
.
Do i need to write on every page
Or if write in custom css. will it work for all the screens.
example
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
/* some settings */
}


how to use css media query in Tiggzi

Posted: Wed Nov 21, 2012 11:58 pm
by maxkatz

Tiggzi is really no different than other tool in this regards. You can apply CSS to a particular pages or to all pages, or just to some component. It's really up to you.