More that 5 images in widget slider - Prestige Theme

Topic summary

A user working with the Prestige theme wants to display more than 5 images in a widget slider row. They’ve provided screenshots comparing their current 5-image limitation with a reference site (mcgeeandco.com) that displays more images in a single slider row.

Proposed solution includes:

  • Locating and editing the slider code to increase the image limit (example: {% assign max_slides = 10 %})
  • Updating CSS to accommodate additional images
  • Potentially modifying JavaScript if needed
  • Ensuring responsive design works properly on mobile devices

The discussion remains open with one suggested technical approach provided, but no confirmation yet on whether the solution was implemented or successful.

Summarized with AI on October 30. AI used: claude-sonnet-4-5-20250929.

Hi - I’m looking to see if there is some code out there or a work around for there to be more that 5 widgets in a slider in a single row? Attached is a photo of my current site, and then an example from mcgeeandco.com.

TIA!

Hi,

Hope this will help

  • Find & edit slider code , increase the limit

Code example

{% assign max_slides = 10 %}

Update CSS to fit more images
Modify JavaScript (If required)
Take care of responsive for mobile users