Modifying survey sizes on mobile web

To alter the size of a survey on a mobile web browser, edit the CSS file as follows:

/* on mobile make form smaller to expose website underneath so it doesn't occupy the whole screen */ #liveForm .kpl_builder .kpl-live-mobile { border: none; box-shadow: none; height: 92% !important; width: 95% !important; margin-top: 27px; }