How can I fix the mobile view of my quantity selector?

Hi There,

wondering if anyone can help with this!

Just launched a site and for some reason on mobile the quantity selector is showing out of screen (just the +) part - could anyone point me in the right direction on the coding to amend this to fit in line with the screen on mobile?

www.nightingaledistilleries.co.uk

Many thanks!

Hi @callumsherin

Just follow the directions below.

  1. Go to Admin page > Online store > themes > Actions > Edit code
  2. Open the theme.css under the Asset folder then add the code below.
.quantity-selector--product .quantity-selector__value {
width: 100%;
}
1 Like

Amazing, many thanks - resolved the issue!

1 Like