Hi,
I have used this CSS
.products-grid .product .product-name {
height: 150px;
text-align: center;
}
.products-grid .product .add-to-container{
position: absolute;
bottom: 0;
text-align: center;
}
And now I have added ‘text-align: center;’ as I want the
Product name
Product price
Click Here button
To all be centre aligned.
As you can see from example page, the product name is but the price and click here button is not.
Can you help?