Prestige theme "featured collections" mobile view

Hello,
I want the featured collections on mobile view to show 2 products instead of 1.5. Could someone provide CSS please? Thank you so very much!
Linus

1 Like

Hello @LQ10 .
Our team is ready to help you.
Please share your website address and access password (if necessary) so that we can check and assist you.

Hey @LQ10

Can you share your Store URL and Password if enabled?

Best Regards,

Moeed

Hello @LQ10 ,

Hello! Please follow these steps to add this CSS code:

  1. Go to your Online Store
  2. Click on “Themes”
  3. Select “Edit code”
  4. Open your CSS file “theme.css”. If you have a custom CSS file, open that instead.
  5. Add the following code at the end of the file.
@media screen and (max-width: 699px) {
  .product-list--carousel {
    --product-list-card-width: min(300px, 65%);  /* remove or comment this CSS */
    grid: auto / auto-flow var(--product-list-card-width); /* add this new CSS */
  }
}

See the screenshots below,

Feel free to reach out if you have any questions or need assistance.
Best Regards,
DWS.

Its not live, but its just the Prestige theme.

Thanks, but it did not work.

@LQ10 , Please add it into the Edit code files of the shopify, please follow the above steps in my first answer.

Thanks for the advice, I purchased the theme and edited the theme code css file as you said but it does not work.
Could you look at it again? Thanks