Thanks Rikard,
Your code is right, thanks for that. But it didn’t work but I added !important to both width and display and it worked.
.ginput_quantity {
width: 50px !important;
display: inline !important;
}
is this the right way are is there a better option perhaps?