CODE: Mobile Optimization
How to make your Knack app more mobile friendly
Form Views
Increase size of form submit buttons
/* Increase size of buttons with type="submit" */
button[type="submit"] {
height: 64px !important;
font-size: 32px !important;
min-width: fit-content;
width: 100%;
}Increase font size for form field labels
/* Increase font size of form field labels */
.kn-label {
font-size: 22px;
}
.kn-detail-body {
font-size: 22px;
}
.kn-read-only {
font-size: 22px;
}Increase height of text fields
Increase height of email fields
Increase font size of checkbox options
Screen Selection
Increase size of back links at bottom of pages
Increase height of selected fields
Increase height of container surrounding selected fields
FA Icons
Increase size of Font Awesome icons
Buttons
Increase size of search button
Increase default menu button size
Increase default size of "Choose File" button
CSS Full Template
Active in these Applications
Last updated
Was this helpful?