Grid Theme - mobile text overlapping on slider

Hi,

We have an issue with Grid theme on mobile devices where on our product sliders on the homepage, text in product description seems to be overlapping with the next product.
doe anyone know how we can correct this?

The website URL is scandihandles.co.uk.

Hello @ResidenceJD ,

It’s the GemPages Support Team and we are glad to assist you today!

I would like to give you the recommendation to support you so kindly follow the steps below:

  1. Go to Online Store > Theme > Edit code of your current theme

  1. Open your theme.liquid theme file

  2. Paste the below code before


Let us know how it works for you.

Best regards,
GemPages Support Team

Hi @ResidenceJD

This is Victor from PageFly - Shopify Page Builder App, I’d like to suggest this idea:

Online Store ->Theme ->Edit code

Assets ->Theme.css

.product-list-item-title a {
    white-space: initial !important;
}

Hope you find my answer helpful!

Best regards,

Victor | PageFly

Thank you, This has worked perfectly.

1 Like

I am glad that my solution is helpful to you.