All things Shopify and commerce
My product descriptions are quite long and they are all showing on the PLP. I think this is causing the products to be stacked on top of each other in one long column. I need to hide these and make it 4 columns. Any suggestions?
i think that's not the problem problem is something else
Hey @bennybegood,
Based on the information and image, the issue you're facing is that the product descriptions are likely too long, causing the product cards to stack on top of each other and creating a cluttered layout.
Here are a couple of ways to address this in your Taste theme:
Adjust Product Card Settings:
Use Liquid Code (for more control):
Access your theme code by going to Online Store > Themes, find your Taste theme, and click Actions > Edit code.
Locate product-grid.liquid. This file is responsible for the layout of products on your collection pages.
Edit the code to truncate the product description to a specific number of characters. For example:
{{ product.description | truncate: 50, '' }}
This will truncate the description to 50 characters. You can adjust this number as needed.
Consider a "Quick View" option:
4. Refine your product descriptions:
Remember to test your changes thoroughly on different devices (desktop, mobile, tablet) to ensure the layout and functionality are as desired.
By implementing these suggestions, you should be able to improve the layout of your PLP and make it easier for customers to browse your products.
If you're not comfortable with editing code, you can always seek assistance from a Shopify developer or explore tools like SEOPro that can help manage and optimize your product information, including descriptions.
I hope this helps!
Let me know if you have any other questions.
Emily
Hi,
Thank you for your response!!
There are no product card height or description length settings for your first suggestion.
For your second suggestion, I can not find any file named product-grid.liquid but i have one named main-collection-product-grid.liquid. Does it matter where I insert the code? I added it but it did not make any difference.
How do I seek assistance from a Shopify Developer?!
Thanks,
Olivia
Hi @bennybegood ,
Can you share your store URL so that I can check for you?
Best,
Daisy
The issue I'm facing is only in the draft site I am working on, so i'm not sure how helpful it will be: www.bennybegood.com. somehow the live site is not having this issue, only the draft site.
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025