• Resolved sergo239

    (@sergo239)


    Hello. Tell me, can anyone come across? The carousel is not displayed in the mobile version, it works fine on the PC, but when the screen is reduced to the size of a mobile phone, the carousel disappears…

Viewing 1 replies (of 1 total)
  • Thread Starter sergo239

    (@sergo239)

    If anyone is interested, I solved it with css:

    @media screen and (max-width: 767px) {
    .post-slider .slick-track {
    	max-width: 85vw;
    	display: flex !important;
    }
    .post-slider .slick-slide {
    	min-width: 45vw;
    }
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Doesn’t show up on mobile’ is closed to new replies.