Jump to content

+ and - sign in product page not aligh right


Recommended Posts

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

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

  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...