Shopify Dawn Template Featured Collection Width

Topic summary

A user is seeking help to modify the Shopify Dawn theme’s featured collection width to 50%, allowing two featured collections to display side-by-side horizontally.

Current Status:

  • The original poster shared a screenshot showing the current layout
  • One respondent requested the store URL and password for direct inspection
  • Another user provided CSS code targeting slider borders, which appears unrelated to the width adjustment question

Key Details:

  • The issue involves CSS/layout customization of the Dawn theme’s featured collection section
  • No solution for the width adjustment has been provided yet
  • The discussion remains open with the core question unanswered
Summarized with AI on October 30. AI used: claude-sonnet-4-5-20250929.

How do I code the Shopify Dawn Template Featured Collection Width so that for example: if it was set to 50% then 2 featured collections could fit next to each other

1 Like

Hey @RStevens_1

Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.

Best Regards,
Moeed

Hey!

You can usually remove that border with a quick CSS tweak. Try adding this in your theme’s custom CSS section (Online Store > Themes > Customize > Theme settings > Custom CSS), or in your base CSS file:

.slider__slide img {
  border: none !important;
  box-shadow: none !important;
}

If the border is coming from a box-shadow instead of a true border, that will cover both bases.

If you’re not seeing changes, right-click the image in the slider, inspect it, and check if the border or shadow is being applied to a parent container — then you can target that instead.

Hope that helps!

By the way, if you ever need to make quick styling tweaks like this without digging into the code each time, I built an app called Easy Edits that lets you do exactly that — free to try, and you can keep all the changes you make: https://apps.shopify.com/easy-edits