(Fashe Theme) Mobile view with two columns instead of the current one column

Hi, may I know how can i change the current collection page from one column to two columns in mobile view ?
Thank You

Hi there

Hope you are having a good day and thank you for your question :slight_smile:

In order to check your question i need to see your live website, please provide url and i will take a look

Hi,

My website url is babyfavourite.com

Hey there

Sorry, but there is no such list of products on the homepage??

Hi, its in the collection page. You may refer to the website below:
https://babyfavourite.com/collections/all

Hey there

Ok, thanks, try this css code:

@media screen and (max-width: 992px) {
#custom-products .col-sm-12.col-md-6 {
width: 50%;
}
}