Increase featured products collection from 5 to 6- Debut theme

Currently I am able to display only 5 items in my featured collection on the homepage. How can I increase this to 6 and also change the size of these items. thank you.

Hi @samthk ,

Go through the theme setting ie theme customizer. and you check it.

Here you can show products.

Hi @samthk ,

Please follow the steps:

Code:

{% when 6 %}
      {%- assign max_height = 195 -%}
      {%- assign grid_item_width = 'small--one-half medium-up--one-sixth' -%}