astpierre Posted March 24, 2014 Share Posted March 24, 2014 The + and - sign in the product page to add or subtract the quantity is not aligh right Please look at this picture. In what file can I change the CSS to decrease the padding Thank you Link to comment Share on other sites More sharing options...
jaro61 Posted March 24, 2014 Share Posted March 24, 2014 What is your browser? Try a different browser Link to comment Share on other sites More sharing options...
astpierre Posted March 24, 2014 Author Share Posted March 24, 2014 Same thing in Chrome and IE 11 When I do a code inspect in Dreamweaver I see the padding at 19 19 and 17px. Maybe by reducing these value will it show properly? The problem is that I can't find where is the css file for that. there are so many Link to comment Share on other sites More sharing options...
jaro61 Posted March 24, 2014 Share Posted March 24, 2014 I have version 1.6 installed only on localhost and displays it correctly. CSS file you can find via firebug or via dragonfly. And what is your URL? Link to comment Share on other sites More sharing options...
astpierre Posted March 24, 2014 Author Share Posted March 24, 2014 it's installed locally on a testing server for now. Link to comment Share on other sites More sharing options...
astpierre Posted March 24, 2014 Author Share Posted March 24, 2014 ok I found the css file it's product.css Ad I replace the right paddaing from 19 to 0 and this solve my problem .product_attributes, .box-cart-bottom { -webkit-box-shadow: inset 0 6px 6px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 6px 6px rgba(0, 0, 0, 0.05); box-shadow: inset 0 6px 6px rgba(0, 0, 0, 0.05); padding: 19px 0px 17px; Thank you for your help Prestashop apprentice 1 Link to comment Share on other sites More sharing options...
Recommended Posts