Styling 0:22 video
How to make the controls be placed more compact in the app
One focused task, a quick video, and concise steps you can scan immediately.
To make the controls be placed more compact in the app;
- Open Designer Interface,
- Go to the ‘Stylesheet’ module.
- Add a new stylesheet.
- Choose compact margins stylesheet from ‘Style Template’ to make the controls be placed more compact in the app.
- Save the stylesheet by clicking on the “Save” button.
div[class^="col-"] {
margin: 1px !important;
padding: 2px !important;
}
