Hi Chris,
That would be simple in fact for the Featured Products slider.
Open sections/featured-products.liquid
and find:
{
"type": "range",
"id": "breakpoint_desktop",
"label": "Desktop (≥1200px)",
"min": 1,
"max": 6,
"step": 1,
"default": 4
},
Replace it with:
{
"type": "range",
"id": "breakpoint_desktop",
"label": "Desktop (≥1200px)",
"min": 1,
"max": 7,
"step": 1,
"default": 4
},