10.10.2017, 06:53 
		
	
	
		Use this for single column display:
You can try this for scaling, but this might not work on all devices:
	
	
	
	
Code:
.touch .control-item {
  float: none;
  width: 100%;
  border-right: none;
}
.touch .control-item:nth-child(2) {
  border-top: 1px solid #ddd;
  height: 49px;
}
.touch .control-item-pad {
  display: none;
}You can try this for scaling, but this might not work on all devices:
Code:
.touch {
  width: 80%;
  height: 80%;
  transform: scale(1.25);
  transform-origin: 0 0;
}
.container {
  min-width: 150px;
} 
 

