Viewing 1 replies (of 1 total)
  • Hello @medtone

    I hope all is well!

    Try the following CSS code. Add it to your theme’s CSS editor.

    .quantity {
        width: 60%;
    }

    If it will not work, add the !important rule:

    .quantity {
        width: 60% !important;
    }

    Please note, The !important rule overrides that particular property. So in the future, if you will require modifying this property again, you must edit the code above.

    Hope this helps!

    Cheers,
    Nastia

Viewing 1 replies (of 1 total)
  • The topic ‘Product view issue’ is closed to new replies.