Styling 0:22 video

How to make the controls be placed more compact in the app

Learn how to make the controls be placed more compact in the app with SpreadsheetWeb. Follow focused steps, practical examples, and implementation guidance…

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.
CSS4 lines
div[class^="col-"] {
    margin: 1px !important;
    padding: 2px !important;
}