How can I decrease logo spacing on mobile view?

Hello,

I am wondering if it is possible to decrease the space between logos for just mobile. When it goes into mobile you can only see one logo at a time but it looks fine on desktop. I am using the modular theme and my website is eleadorabeauty.com.

Hi @eleadorabeauty ,

You can try this code

  1. Go to Online Store-> Theme->Edit code
  2. Asset-> theme.css ->paste the below code at the bottom of the file.
@media screen and (max-width: 751px){
.logo-list__slider .flickity-slider {
    width: 60%;
	}
}

you can increase/decrease the value 60% to your choice.

1 Like

This worked great thanks!

Hi!

I have the same issue.

Why this didn’t work for me? —> cozy.cl

I’m using debutify theme.