Hi guys,
|
Posted 11 October 2016 - 10:32 AM #1
Hi guys,
Posted 11 October 2016 - 11:21 AM #2
Hello!
To increase this element make changes in your CSS, for example, via Theme Editor > Custom CSS functionality:
1. Increase the width for .ty-value-changer, for example
.ty-value-changer { width: 70px; }
2. Increase the width for input.ty-value-changer__input, for example
input.ty-value-changer__input { width: 50px; }
Save changes and clear cache to check the results.
Best regards,
Posted 12 October 2016 - 11:14 AM #5
Glad to help!