Hi everyone,
I have a big blank space after the photo product slider
My site:
This one:
and this is the way that looks on desktop:
I want mobile to match desktop.
Thank you.
Hi everyone,
I have a big blank space after the photo product slider
My site:
This one:
and this is the way that looks on desktop:
I want mobile to match desktop.
Thank you.
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