Quantity Buttons: + - Are Hidden!

Please can you help me to understand how can enable/config the + & - choices in Quantity box?

At the moment that buttons are not exist!

-Solved

Settings -> Appearance -> Use 'Value changer' for the Quantity field

Settings -> Appearance -> Use 'Value changer' for the Quantity field

Thank you for one more time! You are very nice and kind and offer help to everyone! Grats :)

Thank you for your kind words!

May I know where to increase the field size (width). It only displays up to 2 digits. Thanks.

May I know where to increase the field size (width). It only displays up to 2 digits. Thanks.

Try this css code.

Old values:

.ty-value-changer{
  width:53px;
}
.ty-value-changer__increase, .ty-value-changer__decrease{
width:14px;
height:14px;
}
.changer input.ty-value-changer__input {
width:36px;
}

New css:

.ty-value-changer__increase, .ty-value-changer__decrease{
width:20px;
height:20px;
}

.ty-value-changer{
width:69px;
}
.changer input.ty-value-changer__input {
width:46px;
}

Best regards, Alt-team.

May I know where to increase the field size (width). It only displays up to 2 digits. Thanks.

Please add the following rules the CSS section of the Theme editor:

.changer .ty-value-changer {
    width: 60px;
}
.changer input.ty-value-changer__input {
    width: 42px;
}

result

http://prntscr.com/c3e8c8

Thank you for Alt-Team & eComLabs. Tried both, but either "-" or both valve changers drop to the following lines using brightness theme. Will try to tweak the numbers.

Thank you for Alt-Team & eComLabs. Tried both, but either "-" or both valve changers drop to the following lines using brightness theme. Will try to tweak the numbers.

Hm.. Works for me

http://prntscr.com/c5vj0v