My slideshow is perfect on desktop but is not displaying correctly on mobile? Narrative theme.

Hello,

My theme so far has no issues on desktop but on mobile Its not having my photos fill the whole space in the slideshow as you can see by the screenshot. Was hoping to get a bit of help on how to solve that.

Hello @mavrathion ,

Please share:

  • your store URL;
  • page URL with the issue you mention;
  • storefront password (if your store has one).

If the store is not online yet, please follow this quick tutorial to learn how to safely and temporarily share an offline/unpublished theme URL.

Kind regards,
Diego

Hey @diego_ezfy ,

My shop URL is https://www.paratusdevelopment.store/ the password is lihesh and the issue is on the home page so should be on the prior mentioned URL.

Thanks in advance!

Hi @mavrathion ,

Hope you are dọing well. Please place this code at the end of theme.scss to solve your slideshow not showing fit/fill on mobile.

.slideshow__indicator {

display: block;

}

.slideshow__text-container-mobile {

display: none;

}

Link to refer: https://prnt.sc/115xbia

Hope this helps. If you can not do that, you can add me as a staff. I’ll check for you in this case.

Thanks so much, this was stumping me for like 3 weeks but this was a good enough fix for it.