The text size in my Skuid pages is really big - too big for practical use. But when I try to shrink it down using the browser zoom settings, everything else gets too small. How do I change the default text size for all Skuid pages?
Page 1 / 1
Adding this to your page’s css will reduce the font size for everything in skuid. .nx-page { font-size: 80%; } You can adjust it as necessary.
This is cool. Thank you!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.