A user seeks to change product page thumbnail orientation from horizontal to vertical without using an app, and wants to add previous/next slide buttons for variant-based thumbnail navigation. They’re using the latest Dawn theme.
Solution Provided:
A respondent (MS Web Designer) shared CSS code to be added to the base.css file that:
Repositions thumbnails vertically on desktop (min-width: 750px)
Adjusts thumbnail spacing and layout using flexbox
Modifies slider button display and thumbnail width
Current Status:
The vertical alignment was successfully implemented
The question about adding prev/next slide buttons remains partially addressed
A follow-up response mentions moving thumbnail images to the left with a YouTube tutorial link
Note: Some text in the original conversation appears corrupted or reversed, making portions difficult to parse, but the core technical solution and outcome are clear.
Summarized with AI on November 3.
AI used: claude-sonnet-4-5-20250929.
Hi. I would like to change the orientation of the product detail page to vertical as shown in the example image below without using an app.
I’d appreciate it if you could tell me how to edit the code.
The thumbnail changes depending on the variant, but I want to add a prev/next button to the thumbnail to add a slide function like example . Can I do this without the app?