How can I adjust mobile size for my website's slideshow?

Hi there,

My website is poochedout.co.uk,

The slideshow on the website fits perfect but when I load the mobile app it cuts everything off, is there anyway I can make the slideshow smaller on the mobiles setting so you can see the full width of the image?

thanks,

Leah

Hi @poochedout ,

Could you please provide password protection on your site, so I can check?

Thanks you

@poochedout

sorry for that issue but how can i check your store is password protect

Hi the password is bonnie20

Hi the password is bonnie20

Hi @poochedout ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss->paste below code at the bottom of the file:
@media (max-width: 768px) {
#flexslider--slider .slides__image {
    height: auto !important;
}
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

thanks so much, that has worked!

Hi Sorry,

I’m also having the same issue with a banner at the bottom of my page, is there a different code needed for this?

thank you!