16.03.2018, 08:23
Add this to Custom CSS (Vis. Graphics > Edit Custom CSS):
Note that this will not work in the editor, only in the visualization view. You can change the scale factor (1.5) to whichever value you need.
Code:
.item-control-single .control-slider {
transform: scale(1.5);
transform-origin: 0 0;
}
Note that this will not work in the editor, only in the visualization view. You can change the scale factor (1.5) to whichever value you need.