Rushabh Shah wrote:
Hi Chin Hin Wan,
You will have to customize the CSS for different devices like:
.desktop .StyleClassName {
// CSS Code here
}
.phone .StyleClassName {
// CSS Code here
}
.tablet .StyleClassName {
// CSS Code here
}
Regards,
Rushabh Shah
@Rushabh Do you think that defining all the CSS like this will work?
If the platform is capable of doing all these media query why should anyone write that much of code?
In this case, media queries are not working so only the things are not responsive.
Regards,
Pankaj