Main issue: The featured collection in the Dawn theme wasn’t truly full-width on desktop, causing reduced left padding and poor alignment versus other sections. The user also uses a desktop carousel and “adapt to image ratio,” and wants maximum product image width without breaking left alignment.
Progress: After sharing the store URL and password, the helper asked to enable full-width across featured collections to compare alignment. Visuals (images) were used to show misalignment and excessive gap.
Proposed fix: Add custom CSS in Online Store → Theme → Edit code → Assets → component-slider.css.
Under @media (min-width: 990px), adjust slider padding for desktop: slider-component:not(.page-width-desktop) { padding: 0 5rem; }.
For full-width sliders, remove the extra left margin on the first slide: .slider-component-full-width .slider–desktop .slider__slide:first-child { margin-left: 0; }.
Notes: Images are central to understanding the gap and alignment changes. “Featured collection” is a Shopify section showcasing products; “full width” spans the viewport; the “slider-component” is the carousel element.
Status: User acknowledged with thanks after code was provided; final alignment/full-width outcome not explicitly confirmed, so resolution appears pending.
Summarized with AI on December 13.
AI used: gpt-5.
When i use this the products left padding decreases. The left alignment becomes very bad for the other sections I have desktop carousel enabled. So I want to max the product image width but also keep the left alignment same as now. *I am using adapt to image ratio
@NOT1
Sorry you are facing this issue,
It would be my pleasure to help you.
Please share your site URL,
I will check out the issue and provide you with a solution here.
I have full width option on in the editor. But the problem is its not aligned with the other sections like you can see its at left part too much from the title
Done I enabled all featured collections sections width to full. I just left the Shirt section of featured collection left so that you can understand the diffrence