First please let us desribe why the titles are shown in such a way now.
One of our goals was to make Ecwid displayed correctly and good in any layout and with any product titles: long and short ones.
If you center the titles, it will look good in your case, but will not look OK in some others.
But, thanks to CSS, it is possible to modify the look of your Ecwid store and to perform the necessary changes.
Please perform the following steps:
1. Open the Ecwid control panel and proceed to: System Settings > Design > CSS Themes
2. Click "New CSS Theme"
3. Paste this 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;
}
4. Name and activate your scheme.
5. Save changes
6. Reload the customer interface page if it's open in your browser
After that the titles will be centered in the "grid" view.