A Shopify store owner encountered mobile layout issues with the Symmetry theme where product grouped sections and descriptions were compressed into a narrow column instead of spanning full width. Additionally, horizontal tabs (Description, Customer Reviews, etc.) appeared crammed together.
Solution provided:
Remove CSS code from ebb-style.css (lines 1640 and 198) that adds excessive padding:
.product.product-grouped {
padding: 0 100px;
}
Fix tab spacing by adding a 15px gap to .tabs__product-page .list-tabs in the same CSS file.
Outcome:
Both fixes successfully resolved the mobile display issues. The product sections now utilize full screen width, and tabs display properly without overlapping text.
Summarized with AI on November 14.
AI used: claude-sonnet-4-5-20250929.
When I look at mobile version of my website the “Product Grouped” section and my descriptions are all crammed into a narrow column instead of stretching the whole width of the phone. Look at this on your mobile phone:
@Spac-es Do you happen to have any suggestions so the Horizontal Tab above the description isn’t so crammed together and only have the words are showing for: “Description, Customer Reviews, Bodyboard Quiz, Shipping info”?