Fashe theme : mobile issue with featured collection elements

Hi all, I have an issue while using Fashe theme on my website.
Despite setting the featured collection to show 4 elements and despite my collection is composed of only 4 elements, the mobile version of the website display 8 elements (repeating the existing ones). The desktop version of the website is fine but this issue is annoying for mobile users. Any idea how I can fix this?

Hi there

May I see it? please provide URL and I will check it

Regards

Hi thanks for your help. Please check https://swiss-iat-institute.org/

Hi there

Sorry for the delay, probably I missed this ticket,

What is the URL of the affected page, I cant see it on the homepage

Regards

I removed the section as I was unable to solve the issue
https://swiss-iat-institute.org/
I will activate it again now so you can see

The section with display mistakes is now visible. Can you please give it a look and tell me how to fix this isssue as I have some pressure on make things right?
Thank you

Hi Ema

You can use this css code to hide extra boxes:

.wrap-slick2 .slick-track>.item-slick2:nth-child(7), .wrap-slick2 .slick-track>.item-slick2:nth-child(5), .wrap-slick2 .slick-track>.item-slick2:nth-child(6), .wrap-slick2 .slick-track>.item-slick2:nth-child(8) {
    display: none;
}

Regards

Sorry, where do I input it?

Hi Ema

Try this method:

Regards