A user sought to reduce the size of mobile product sliders in the Broadcast Shopify theme, which were taking up excessive screen space. They provided before/after images showing the desired smaller slider appearance.
Solutions Provided:
Two community members offered different approaches:
CSS Solution: Add custom CSS code to Theme Settings that adjusts the grid item width to calc(42% - 52px) for mobile viewports (max-width: 749px)
Alternative Method: Navigate to theme.liquid file in the code editor and remove a specific line of code (shown via screenshot)
Outcome:
The issue was resolved — the original poster confirmed one of the solutions worked successfully. The discussion demonstrates typical Shopify theme customization for mobile responsiveness, with visual references (screenshots) being central to communicating the problem and solutions.
Summarized with AI on October 31.
AI used: claude-sonnet-4-5-20250929.
In order to fulfill your request, please follow these steps
Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code
Step 2: Search file theme.liquid