ParamQuery grid support forum
General Category => Help for ParamQuery Grid (free version) => Topic started by: BeeBuu on January 25, 2014, 08:14:47 pm
-
The default font size of pqgrid is small for me. :-\ How can i increase the default font size?
-
through css
div.pq-grid *
{
font-size: ;
font-family: ;
line-height: ;
}