Studio - Quantity Input Box not large enough

I’m having trouble with
We have a store that is using the side cart functionality. One of the items we sell individually is custom made business cards with QR codes on them.

It input box is only large enough for 99 items, if I use 100, or 1000 the numbers get cut off because the box doesn’t expand. Apparently, other versions of wix have an option to expand the textbox, but wix studio does not.

Has anyone else come across this issue, and even better, have you found a fix?

This has been an issue for us three times in the last 3 weeks, and it seems there is no feedback on how to solve this issue

Using very simple css in the browser dev tools fixes it, but wix studio seems to strip out any useful css before serving the site.
.saa05yn { width: 100px !important; } just doesn’t work.

Working in
e.g. Wix Studio Editor, Wix Editor, Dev Mode, CMS, etc.

Site link
Live Link

individual items > sharing cards > add to cart, input quantity above 99

What I’m trying to do
I need the ability to expand the text box to show more than two characters; 100, 1000, etc. (we just had someone order 1000 individual items, instead of 2 boxes of cards)

What I’ve tried so far
#1 – I’ve tried the ai chatbot support (take a guess at how useful that was).
#2 – I’ve tried chatting with support
#3 – On the live page, I can use dev tools to target “this element” with class “.saaO5yn” and can change the textbox to 100px and this works perfectly, but css is so broken inside the studio editor I can’t use simple code like this “.saa05yn { width: 100px !important; }” just doesn’t work.

Extra context
Anything else that might help - edge cases, screenshots, e

1 Like