How to fix logo slider proportions on mobile view?

Hi!

Im trying to fix this! The logo slider seems to be out of the page borders only in the PHONE view, In the web page its fine.

Can anyone give me a hand on this?

Web: https://wendywunder.com/

Hi @Team-Primal

Aibek is here from Speedimize.io

First you need to go here:

Shopify Admin->Online Store->Action->Edit Code
Then choose theme.scss and enter this code:

.template-index div#logo-feed {
overflow: hidden;
}

Hope that helps you.

Stay Safe!