Jump to content

How can I expand the width of quantity box on product page?


tintti

Recommended Posts

You can use the inspect function of your browser dev tools to find the corect elements/css classes

.cart-overview .bootstrap-touchspin input.form-control {
	width: 4rem;
}

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...