Issue: Elements on the product page overlap when the description is short, especially below the “tillbehör” (accessories) section in a draft Shopify theme.
Context: Long descriptions prevent the overlap; switching to Tabs can shorten content and trigger the problem. A preview link and multiple screenshots were provided; visuals are central to understanding.
Attempts:
Suggested CSS change in theme.css to adjust container padding inside a media query (@media min-width: 641px). Replace “padding: 0 var(–desktop-container-gutter);” with “padding: 1 var(–desktop-container-gutter);” and a result image was shared.
Added CSS in theme.liquid to apply “.section { margin: 31% 0 !important; }” for screens ≥641px. This “kinda” worked but created excessive spacing globally; the goal is to stop overlapping without large gaps.
Proposed increasing “.section__header { margin-bottom: 70px !important; }” under the same media query, but the user couldn’t find that code line in their theme.
Status: No resolution yet. The user provided a product link with longer description and is seeking a targeted fix that adds spacing only beneath the relevant section without affecting other elements.
Summarized with AI on December 20.
AI used: gpt-5.
Yes here is a link with longer, note this is in a draf theme, and we experiance this when we change the Tabs, and the descriptoin become shorter regarding on the content,