Opencart 1.5.2.1

Code: Select all
.product-list .wishlist, .product-list .compare {
margin-bottom: 3px;
}
Code: Select all
.product-list .wishlist, .product-list .compare {
margin-bottom: 3px;
position:relative;
width:117px;
}
Code: Select all
.product-list .wishlist, .product-list .compare {
margin-bottom: 3px;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
}
avvici wrote:In your CSS file you will find this line:Make it like this:Code: Select all
.product-list .wishlist, .product-list .compare { margin-bottom: 3px; }
This will only work for the current text you have. Any longer and it would start to cause encroachment problems between each product block. You can also just adjust the font size as well which will help a lot. In fact, I would just mess with the font size first before you do anything else. Maybe try a 10px Arial or Verdana.Code: Select all
.product-list .wishlist, .product-list .compare { margin-bottom: 3px; position:relative; width:117px; }
Code: Select all
.product-list .wishlist, .product-list .compare { margin-bottom: 3px; font-family:Arial, Helvetica, sans-serif; font-size:10px; }
Users browsing this forum: No registered users and 41 guests