Slide show is working on mobile but not on desktop

Hello Everyone,

So my slide show works on my mobile but is all black on my desktop, yet the images are all the same.

How do I fix this?

Hi @maxkalz ,

Welcome to the Shopify community! Thanks for asking good question in community. It would be my pleasure to help you.

Before giving any solution can you please share me your website URL, so that I can give you a better solution.

Thanks

Hello,

Www.mkzmerch.com

Let me know what I can do.

Hi @maxkalz ,

After visiting your webiste I got the bug and share you some code please follow the steps below to add code. After adding code your slider will works fine.

Steps:

  1. Open your code editor in the Shopify dashboard

  2. In the assets folder look for theme.css file and open it.

  3. Paste the below code at the bottom of the file.

  4. Now all done and refresh your website.

.template-index .flexslider li.slides__slide:before{
      background-color: unset;
}

Thanks

Thanks Everyone,

The issue i have now is that my website slider, the images are different sizes, so mobile is perfect but the website are out of scope,

How can both be aligned to match?