How to show multiple products in Dawn theme's featured collection?

Website URL: https://dfcustoms-com.myshopify.com

Theme: Dawn

The featured collection on the home page is only showing one product even though there are multiple products (10+) in the collection. When changing the slider for “Maximum Products to Show”, it only changes the size of the picture once the slider goes over 6.

Can someone please point me in the right direction to show more than one product in the collection?

Thanks!

Hi @ncarter ,

This is because of the code that was added to your base.css. Try to find the code below and delete it. I am not sure what this code is trying to accomplish? Want to have one column for mobile? You can change this on your Theme editor btw, no need for code

.slider-mobile-gutter li:nth-child(n+2) {
    display: flex;
}

While this fixed my problem, I do not know why that is there. It was at the very bottom of the css but do not remember putting it there for any reason. I appreciate the assistance.

Hi there @made4Uo I wanted to ask you one question.

I wanted the featured slider on homepage to be draggable on desktop view also.

Right now it’s only draggable with mouse on mobile view.

Any leads?

I want to hide the arrows, and made the slider only draggable left and right with the help of mouse events.

@made4Uo I’m talking about featured collection via the customizer.

SS attached.

Hi @smj_90 ,

I would recommend you share your website url to best assist you

I’m just asking in the basic dawn theme.

The mouse dragging works on mobile view only in the featured collection slider..

but on desktop view the drag doesn’t work.. we can shift the featured slider with counter and arrows given at bottom.

I want the carousel to move with mouse drag also.