Hi guys, could someone help me with code on how I can remove the “…” from the product titles and visually center the collections in the center on the main page. The store theme is wareimadigital-10-0
Hi @Ricardo44
Can you share your store URL and tell me what theme you’re using?
Sure. www.inovaloja.pt
wareimadigital-10-0
Thank you, @Ricardo44 .
It looks like the product titles have been truncated by the liquid code.
Something like this docs: https://shopify.dev/docs/api/liquid/filters/truncatewords.
If you familiar with code editing on theme, you can try to find some file like:
product-grid.liquid
product-items.liquid
product-item.liquid
item.liquid
......
Then, remove the “truncatewords” string filter in {{ product.title }} to solve it.
Thank you very much my friend, I increased the number of words and now it doesn’t appear…
By the way, do you know how I can centralize my collections?
Hi @Ricardo44 ,
I can see your list collection is centre aligned right now
Please let us know if you still need help, or accept solution, so we can close this topic.
Yes, i used this code
@media screen and (min-width: 1279px) { .collection-list .flickity-slider { transform: translateX(15%) !important; } }
Cheers

