I want to product mobile distribution match with desktop

Hi everyone,

I have a big blank space after the photo product slider

My site:

https://eltemplodelamoda.com/collections/nuevo-lanzamiento-hombre-mujer/products/804938?variant=43002814431481

This one:

and this is the way that looks on desktop:

I want mobile to match desktop.

Thank you.

Hi @Arbeygp

This is PageFly - Advanced Page Builder. I would love to give you some recommendations

-Go to Online Store->Theme->Edit code

-Asset-> theme.css paste the below code at the bottom of the file.

@media (max-width:767px){

.slick-slide {

height:auto !important

}

}

Best Regards;

PageFly

1 Like