Altair Posted September 2, 2019 Report Share Posted September 2, 2019 Allegedly the zooming/scaling issue on mobile devices can be resolved by increasing the font size to at least 16 (px). This issue occurs when you tap on the search bar. I was wondering how to exactly change the font size, since there are numerous font size options in the "Styles" area. Quote Link to comment Share on other sites More sharing options...
Nuke354 Posted September 2, 2019 Report Share Posted September 2, 2019 If you want to change the font size of the text fields, go to Styles-->Form/Details--> Fields . There is a drop down list there where you can change the font size of the text fields. If you want to change the font size of something specific, you may check the "Source" tab. It is accessible by clicking the "Source" button besides the "Settings" button. You will find the Style codes in there where you can manually check and edit the font size as well as any other styles. Hope it helps. Quote Link to comment Share on other sites More sharing options...
ManokNaPula Posted September 6, 2019 Report Share Posted September 6, 2019 Having to change the style will make all the DataPage using the same style adjust. If you want to apply it on in a specific DataPage, I suggest that you use CSS coding and apply it to your DataPage header. It should look like this. .cbFormTextField{font-size: 16px !important} Hope this helps. hehe Quote Link to comment Share on other sites More sharing options...
SunakoChan Posted September 7, 2019 Report Share Posted September 7, 2019 You may want to check this helpful article for adjusting the style: https://howto.caspio.com/styles/creating-or-editing-style/ Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.