A user sought to modify product recommendations on mobile to display in a horizontal swipeable row instead of stacking vertically, without using an app. They’re using Dawn theme 15.3.0.
Solution provided:
Add custom CSS code to the theme’s stylesheet (base.css/theme.css/style.css/main.css/custom.css)
The code uses CSS media queries targeting mobile screens (max-width: 749px)
Implements flexbox layout with horizontal scrolling and snap behavior
Sets product cards to 65% width for optimal mobile viewing
Hides scrollbars for cleaner appearance
Overrides default grid styles that conflict with the horizontal layout
Outcome: The solution was successfully implemented and confirmed working by the original poster.
Summarized with AI on October 27.
AI used: claude-sonnet-4-5-20250929.
Is it possible on product page to display the product recommendations in a row (swipe) instead of underneath each other on mobile view using a code as i don’t want to use an app.
Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.