Product title is cutting in product grid on mobile view

Hi,

Product grid title is cutting in mobile view

Any suggestions?

Here is the store link

Shopcollegestudio.com

Hello @Advertfox

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

@media screen and (max-width: 767px){ .product-grid { width: 100% !important; margin-left: 0 !important; } }

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.