Featured Category CSS Design Help - Dawn Theme

Topic summary

A user is customizing the featured collection section on their Shopify Dawn theme homepage to match a reference design. They want to replicate specific styling elements including slider functionality, product grid layout, borders, and sizing—excluding the pink color scheme.

Progress made:

  • Adjusted full-width settings to reduce oversized product grids
  • Implemented custom CSS code (added before closing </body> tag in theme.liquid) to style the collection section
  • Added borders and adjusted grid sizing through code modifications

Current issue:

  • Product images are appearing aligned to the right side of the desktop view instead of being centered
  • User suspects the custom CSS code is causing this alignment problem

A community helper (kaalTechGeeks) has been providing iterative CSS solutions and troubleshooting guidance. The discussion includes multiple code snippets and screenshot references showing the desired vs. actual layouts. The centering issue remains unresolved and awaits further assistance.

Summarized with AI on November 25. AI used: claude-sonnet-4-5-20250929.

Hello all,

I have a little problem. I Use the Dawn Theme from Shopify and I want several changes for my featured category section on the main page.

So this is the actual one. And I want it exctly to look like this one (except for the colors). I am very thankful for any kind of help.

Hi @TommySete ,
Do you want the slider feature & add to cart button design as on reference in your website or is there anything else I am missing?
Please guide me also it would be great if you can share your website URL so that I can work on the solution and update you.
Thanks

Hello and thanks for the help.

Yes, also the slider. And anything else except the rosa color :slightly_smiling_face:

The shop ist:

https://bit.ly/3tFb5e8

And the password is: JayJayOk

Hey @TommySete ,
It says the password is wrong

Try it now please

Hi @TommySete ,
so I looked at your website and the product grids looks really huge and I can notice that you have set them up to full width to remove that just uncheck the box shown in the image below in your customization settings

And I can see that the slider is already implemented on desktop for your store, what you need to do is increase the number of product that can be shown to more than 3.
Hope this will work

Already done:

Now only the design part is missing :slightly_smiling_face:

@TommySete Just copy paste the below code just at the bottom of the theme.liquid file just before the closing body tag ()


This will make your featured collection as shown in image below

Thanks

1 Like

Perfect. But how do I get the boxes a bit bigger each and with the border?

Like https://kyliecosmetics.com/en-eu

@TommySete
You need to just replace the code I sent you before with the one I am adding below


And the grid would be coming like the below image:

Can you help me again please:

The Pictures are on the right side of the desktop and not in the center. Is this because of the code?