How to make ''related products'' as carousel dawn theme

hey, I am struggling to change the related products section into a carousel layout, not sure why there is no option for that

please view snapshot

https://6ad34b-3.myshopify.com/products/booz-f1

Hello @mabooz9561
Its Artzen Technologies! We will be happy to help you today.

Follow the below steps to solve the issue:-

  1. Go to your Online Store
  2. Edit Code
  3. Find base.css file
  4. Add the following CSS at the bottom of the file
    5.) Save the File
@media screen and (min-width: 990px){
.grid--1-col-desktop .grid__item {
    width: auto!important;
    max-width: 100%;
}
}

By adding above CSS see the below screenshot, you will get the desired resul.

Let me know if need further assistance
Regards,
Artzen Technologies

thanks alot, but the issue still exist in mobile, how can I fix the mobile view as well?

Hi @mabooz9561

Got to customize and change to 2 columns instead of one

Follow the below steps to solve the issue:-

  1. Go to your Online Store

  2. Customize

  3. Product Page

  4. Find related product section

still not sliding carousal

???