09.06.2025, 07:25
Use this CSS to center the control and make it larger:
Code:
.control-vselect {
top: 50% !important;
left: 50% !important;
transform: scale(150%) translate(-50%, -50%) !important;
}
.control-vselect ul {
max-height: none;
}