Product title is cutting in product grid on mobile view

Solved

Product title is cutting in product grid on mobile view

Advertfox
Shopify Partner
85 0 17

Hi,

 

Product grid title is cutting in mobile view 

Any suggestions?

Here is the store link

Shopcollegestudio.com

Accepted Solution (1)

niraj_patel
Shopify Partner
2391 516 516

This is an accepted solution.

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 </body> on theme.liquid
<style>
@media screen and (max-width: 767px){
   .product-grid {
       width: 100% !important;
       margin-left: 0 !important;
   }
}
</style>

niraj_patel_0-1725192327087.png

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

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com

View solution in original post

Reply 1 (1)

niraj_patel
Shopify Partner
2391 516 516

This is an accepted solution.

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 </body> on theme.liquid
<style>
@media screen and (max-width: 767px){
   .product-grid {
       width: 100% !important;
       margin-left: 0 !important;
   }
}
</style>

niraj_patel_0-1725192327087.png

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

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com