
08-05-2014, 05:47 AM
|
 |
Ecwid Team
|
|
Join Date: Mar 2014
Posts: 1,512
|
|
Quote:
Originally Posted by Adorha
Hi,
Thanks. I have now fixed these above problems. An additional question, on the websites
Category: Store > Jewelry page, the name of the product is off centered of the product picture (it is way to the left of the picture). How do you do to align them together (i.e. align the text to position direct under the picture of the product)?
Best Regards,
Stanley
|
Hello!
Thank you for your question.
If you would like your product titles to be centred on product listings page in grid view you should paste this code in your custom CSS theme in Ecwid Control Panel:
Code:
div.ecwid-productBrowser-productsGrid-productBottomFragment div.ecwid-productBrowser-productNameLink {
text-align: center;
}
div.ecwid-productBrowser-productsGrid-productBottomFragment div.ecwid-productBrowser-sku {
text-align: center;
}
__________________
Sergey G., Ecwid Team
------------------
Welcome to our Help Center with a lot of answers and tips!
|