Viewing 1 replies (of 1 total)
  • Plugin Author Sajjad Hossain Sagor

    (@sajjad67)

    The tab system you are using when clicked a specific tab, it does display: none; to all other items which actually makes it width: 0; so when slider goes to slide, it get’s parent container width 0 and thus showing nothing…

    You could try giving the container min-width always using:

    .woopspro-product-slider .slick-list { min-width: 100vw; }

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.