Objective: Move product image thumbnails to the left of the main image in the Debut theme, desktop only (mobile remains default). An example screenshot was provided.
Constraints/considerations: Debut uses a fixed 1200px max-width; shifting thumbnails horizontally can reduce the main image area and may require broader layout changes.
Actionable update: A user shared a CSS-only approach (theme.css, under Assets) scoped to desktop via @media (min-width: 750px): make the main media wrapper 80% wide and float right; thumbnails wrapper 15% wide and float left; set thumbnail items’ flex to ~51% to control size/alignment. Flex percentage can be adjusted to fine-tune thumbnail sizing.
Follow-up question: Another user asked how to push the images further left to remove extra left-side whitespace; no confirmed fix posted yet.
Additional resource: A YouTube video link was shared demonstrating moving images to the left of the main image.
Status: Partially resolved. A working CSS snippet is available, but spacing/alignment refinements and potential layout side effects due to the theme’s fixed width remain open.
Summarized with AI on December 13.
AI used: gpt-5.
I have checked your requirement, there is a fixed max-width 1200px for layout, if we put horizontal thumbnail than your main product image size will reduce, it will not look good,
This is time consuming task, you have to do code customization or you have to change whole product page layout plus all pages layout.
Hey, do you know how to move the pictures more to the left? It worked like a charm but theirs just a little to much room on the left side of the screen?