tintti Posted April 8 Share Posted April 8 I found help for and have also made this in older versions , but somehow can´t find it in PS8. I need 4 digit numbers and only 3 digits are d´shown. Link to comment Share on other sites More sharing options...
JBW Posted April 9 Share Posted April 9 Put this into your (child) theme custom.css: .product-quantity #quantity_wanted { width: 5rem; } Link to comment Share on other sites More sharing options...
tintti Posted April 9 Author Share Posted April 9 where I do find that? Link to comment Share on other sites More sharing options...
tintti Posted April 9 Author Share Posted April 9 I found it, thanks for this. Link to comment Share on other sites More sharing options...
tintti Posted April 9 Author Share Posted April 9 But realised that need the expansion also on cart.... Link to comment Share on other sites More sharing options...
JBW Posted April 9 Share Posted April 9 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 More sharing options...
tintti Posted April 9 Author Share Posted April 9 tried that, but did not manage, but thank you, now I am happy. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now